Skip to content

[GR-66590] Fix JVM_UnloadLibrary unloading libraries unconditionally#12981

Merged
graalvmbot merged 1 commit into
masterfrom
gd/handle2lib
Feb 16, 2026
Merged

[GR-66590] Fix JVM_UnloadLibrary unloading libraries unconditionally#12981
graalvmbot merged 1 commit into
masterfrom
gd/handle2lib

Conversation

@graalvmbot

Copy link
Copy Markdown
Collaborator
  • When a library has been loaded multiple times with JVM_LoadLibrary, the first call to JVM_UnloadLibrary should not forget it.
  • be more careful about concurrency when handling libraries

* When a library has been loaded multiple times with `JVM_LoadLibrary`,
  the first call to `JVM_UnloadLibrary` should not forget it.
* be more careful about concurrency when handling libraries
@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 16, 2026
@graalvmbot graalvmbot closed this Feb 16, 2026
@graalvmbot
graalvmbot merged commit f7ca72f into master Feb 16, 2026
13 checks passed
@graalvmbot
graalvmbot deleted the gd/handle2lib branch February 16, 2026 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants