JDK-8014135 : The JVMTI specification does not conform to recent changes in JNI specification
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 8
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-05-07
  • Updated: 2017-05-17
  • Resolved: 2013-08-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 Other
8 b106Fixed hs25Fixed
Related Reports
Relates :  
Description
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