Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8038441

JVMTI Spec: add MonitorContendedExit event

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P3 P3
    • tbd
    • 9
    • hotspot
    • x86
    • generic

      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.

            Unassigned Unassigned
            sspitsyn Serguei Spitsyn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: