Some platforms (windows) use __cdecl for varargs functions even when they are declared JNICALL. This requires that the event handler also be declared
varargs so that the definition and declaration match. Text must be added
to explain this.
Also, the one fixed parameter jvmtiEnv* should not be const.
varargs so that the definition and declaration match. Text must be added
to explain this.
Also, the one fixed parameter jvmtiEnv* should not be const.
- relates to
-
JDK-4639363 Java Platform Profiling Architecture (JSR-163)
-
- Resolved
-