-
Bug
-
Resolution: Fixed
-
P4
-
21, 22
-
b22
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8326215 | 21.0.3 | Aleksey Shipilev | P4 | Resolved | Fixed | b04 |
ADDITIONAL SYSTEM INFORMATION :
Generic.
Commit cbccc4c8172797ea2f1b7c301d00add3f517546d first added the file.
A DESCRIPTION OF THE PROBLEM :
In src/java.base/share/native/libfallbackLinker/fallbackLinker.c, LibFallback_class is not wrapped in NewGlobalRef
Bad handle is silently ignored and will only show up if JNI check is enabled.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
See do_upcall in fallbackLinker.c
FREQUENCY : always
Generic.
Commit cbccc4c8172797ea2f1b7c301d00add3f517546d first added the file.
A DESCRIPTION OF THE PROBLEM :
In src/java.base/share/native/libfallbackLinker/fallbackLinker.c, LibFallback_class is not wrapped in NewGlobalRef
Bad handle is silently ignored and will only show up if JNI check is enabled.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
See do_upcall in fallbackLinker.c
FREQUENCY : always
- backported by
-
JDK-8326215 Fallback linker passes bad JNI handle
- Resolved