The Oracle Studio Performance Analyzer team asked to add new event into JVMTI:
void JNICALL MonitorNotify(JvmtiEnv* env, JNIEnv* jni_env,
jhread thread, jobject monitor, bool is_notify_all);
It is needed to associate the Monitor{Wait/Waited} events with the notify event.
void JNICALL MonitorNotify(JvmtiEnv* env, JNIEnv* jni_env,
jhread thread, jobject monitor, bool is_notify_all);
It is needed to associate the Monitor{Wait/Waited} events with the notify event.
- relates to
-
JDK-8038452 JDI/JDWP Spec: add MonitorNotify event
-
- Open
-