The Oracle Studio Performance Analyzer team asked to add new API into JVMTI:
void JNICALL MonitorContendedExit(JvmtiEnv* env, JNIEnv* jni_env, jhread thread, jobject monitor);
It is needed to associate the MonitorContended{Enter/Entered} events with the thread that was holding the ObjectMonitor and so, causing the contention.
void JNICALL MonitorContendedExit(JvmtiEnv* env, JNIEnv* jni_env, jhread thread, jobject monitor);
It is needed to associate the MonitorContended{Enter/Entered} events with the thread that was holding the ObjectMonitor and so, causing the contention.
- relates to
-
JDK-8038450 JDI/JDWP Spec: add MonitorContendedExit event
-
- Open
-