jstack -F -m -l against timed out test fails because call to
path = (jstring) env->GetStaticObjectField(clazz, imagePath_ID);
returns NULL but don't throw an exception. The issue seems to be windows specific.
path = (jstring) env->GetStaticObjectField(clazz, imagePath_ID);
returns NULL but don't throw an exception. The issue seems to be windows specific.
- relates to
-
JDK-8054194 jstack crash: assert(handle != NULL) failed: JNI handle should not be null
- Resolved
-
JDK-6749729 vm crashes due to bad jni handle passed from backend when monitor events are enabled.
- Closed