Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(jdk17): enhance exception handling for NullPointerException #72

Open
wants to merge 1 commit into
base: arch/arm64
Choose a base branch
from

Conversation

halibobo1205
Copy link
Owner

- update condition to check for NullPointerException instances
- maintain compatibility with both pre-Java 14 and Java 14+ versions
- address JEP 358 changes to NullPointerException behavior
- ensure correct handling of non-empty NPE messages in Java 14+

Refs: JEP 358, JDK-8220715

What does this PR do?

Why are these changes required?

This PR has been tested by:

  • Unit Tests
  • Manual Testing

Follow up

Extra details

    - update condition to check for NullPointerException instances
    - maintain compatibility with both pre-Java 14 and Java 14+ versions
    - address JEP 358 changes to NullPointerException behavior
    - ensure correct handling of non-empty NPE messages in Java 14+

    Refs: JEP 358, JDK-8220715
@halibobo1205 halibobo1205 changed the title feat(jvm): enhance exception handling for Java 14+ NullPointerException feat(jdk17): enhance exception handling for Java 14+ NullPointerException Jan 6, 2025
@halibobo1205 halibobo1205 changed the title feat(jdk17): enhance exception handling for Java 14+ NullPointerException feat(jdk17): enhance exception handling for NullPointerException Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant