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

Do not try to delete a global handle with the local handles APIs #588

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

normanmaurer
Copy link
Member

Motivation:

The code introduced as part of #574 contained a bug which could crash the JVM. This only manifested in JDK21+ as earlier versions did not contain the related assert.

Modifications:

Remove left-over call that could crash the JVM

Result:

Correct code that also works on JDK21

Motivation:

The code introduced as part of #574 contained a bug which could crash the JVM. This only manifested in JDK21+ as earlier versions did not contain the related assert.

Modifications:

Remove left-over call that could crash the JVM

Result:

Correct code that also works on JDK21
@normanmaurer normanmaurer added this to the 0.0.51.Final milestone Sep 26, 2023
@normanmaurer normanmaurer merged commit 33c1427 into main Sep 26, 2023
13 checks passed
@normanmaurer normanmaurer deleted the remove_invalid_jni_call branch September 26, 2023 13:41
@normanmaurer
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant