JVMPI has been deprecated since J2SE 5.0. In 6.0 the interface was disabled and an attempt to start a JVMPI agent results in this fatal error:
"FATAL ERROR: JVMPI, an experimental interface, is no longer supported.
Please use the supported interface: the JVM Tool Interface (JVM TI).
For information on temporary workarounds contact: ###@###.### "
Developers using old JVMPI based tools have started to mail this alias seeking advice on how to "re-enable" JVMPI. The intent of the alias was to track down tools that haven't been updated to use the JVM Tool Interface rather than to help track down newer versions of the tools.
This bug is submitted to remove the "For information on temporary workarounds contact: ###@###.###" line from the fatal error message.
"FATAL ERROR: JVMPI, an experimental interface, is no longer supported.
Please use the supported interface: the JVM Tool Interface (JVM TI).
For information on temporary workarounds contact: ###@###.### "
Developers using old JVMPI based tools have started to mail this alias seeking advice on how to "re-enable" JVMPI. The intent of the alias was to track down tools that haven't been updated to use the JVM Tool Interface rather than to help track down newer versions of the tools.
This bug is submitted to remove the "For information on temporary workarounds contact: ###@###.###" line from the fatal error message.
- duplicates
-
JDK-4914266 Remove JVMPI in Dolphin/JDK7/Java7
- Resolved