-
Bug
-
Resolution: Fixed
-
P3
-
emb-8u33, 9
-
b78
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135846 | emb-9 | Brian Burkhalter | P3 | Resolved | Fixed | team |
JDK-8066578 | emb-8u33 | Bill Pittore | P3 | Resolved | Fixed | b03 |
When libnio.so is loaded ClassLoader.c attempts to find the optional JNI_OnLoad function to initialize the library. Libnio does not have JNI_OnLoad function. However, the dlsym() call returns a pointer to the JNI_OnLoad of libjava.so which is a dependent of libnio.so. This is normal dlsym behavior.
- backported by
-
JDK-8066578 Wrong JNI_OnLoad called if just loaded lib does not have JNI_OnLoad function
-
- Resolved
-
-
JDK-8135846 Wrong JNI_OnLoad called if just loaded lib does not have JNI_OnLoad function
-
- Resolved
-