The struct jvmtiExtensionFunctionInfo returns the information on an
extension function. The function pointer ("func") was incorrectly declared
to be "const jvmtiExtensionFunction *" -- "jvmtiExtensionFunction" is
already a pointer.
extension function. The function pointer ("func") was incorrectly declared
to be "const jvmtiExtensionFunction *" -- "jvmtiExtensionFunction" is
already a pointer.
- relates to
-
JDK-4639363 Java Platform Profiling Architecture (JSR-163)
- Resolved