Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8023815 | hs25 | Bill Pittore | P2 | Closed | Fixed | b48 |
The JNI specification has been updated in JDK8 to support the use of statically linked JNI
libraries. Since JVMTI agents are JNI libraries and they have the same OnLoad unique
symbol issue as non-Agent JNI libraries, the JVMTI specification needs to be updated to
be consistent with the JNI specification.
https://jbs.oracle.com/bugs/browse/JDK-8005716
libraries. Since JVMTI agents are JNI libraries and they have the same OnLoad unique
symbol issue as non-Agent JNI libraries, the JVMTI specification needs to be updated to
be consistent with the JNI specification.
https://jbs.oracle.com/bugs/browse/JDK-8005716
- backported by
-
JDK-8023815 The JVMTI specification does not conform to recent changes in JNI specification
- Closed
- relates to
-
JDK-8005716 Enhance JNI specification to allow support of static JNI libraries in Embedded JREs
- Closed