Bug discovered by Hussein Fareed of SunPS onsite @ Cingular
http://java.sun.com/j2se/1.4.2/docs/guide/jvmpi/jvmpi.html
the package name is : hprof.zip
source file name : hprof_method.c
the method name : void hprof_method_entry_event(JNIEnv *env_id,
jmethodID method_id)
I found that bug in all distribution of the jdk that sun put on the web, this will have an impact to application that uses option -Xrunhrpof option of the JVM?
JVMPI is not supported from JDK 5.0 onwards. It has been replaced by JVMTI
http://java.sun.com/j2se/1.4.2/docs/guide/jvmpi/jvmpi.html
the package name is : hprof.zip
source file name : hprof_method.c
the method name : void hprof_method_entry_event(JNIEnv *env_id,
jmethodID method_id)
I found that bug in all distribution of the jdk that sun put on the web, this will have an impact to application that uses option -Xrunhrpof option of the JVM?
JVMPI is not supported from JDK 5.0 onwards. It has been replaced by JVMTI