In a work on the JDK-8345543 and JDK-8346792 fixes it was discovered that the events are generated for ObjectLocker:
- MonitorWaited
- MonitorContendedEnter/MonitorContendedEntered (is this true?)
The ObjectLocker is used in VM code internally, so the events above should not be generated for it.
- MonitorWaited
- MonitorContendedEnter/MonitorContendedEntered (is this true?)
The ObjectLocker is used in VM code internally, so the events above should not be generated for it.
- relates to
-
JDK-8345543 Test serviceability/jvmti/vthread/StopThreadTest/StopThreadTest.java failed: expected JVMTI_ERROR_OPAQUE_FRAME instead of: 0
-
- Resolved
-
-
JDK-8346792 serviceability/jvmti/vthread/GetThreadState/GetThreadState.java testObjectWaitMillis failed
-
- Resolved
-