Changeset: aa8698c3b6c1
Author:    sgabdura
Date:      2014-08-26 09:23 +0200
URL:       http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/aa8698c3b6c1

8036823: Stack trace sometimes shows 'locked' instead of 'waiting to lock'
Summary: Add a ! owner check for 'waiting to lock' to catch 
current_pending_monitor corner cases.
Reviewed-by: dcubed, dholmes, sspitsyn, kmo, zgu

! src/share/vm/runtime/objectMonitor.cpp
! src/share/vm/runtime/vframe.cpp
+ test/runtime/Thread/TestThreadDumpMonitorContention.java

Changeset: a35f4994a5fc
Author:    sgabdura
Date:      2014-08-26 09:29 +0200
URL:       http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/a35f4994a5fc

8046287: [TESTBUG] runtime/Thread/TestThreadDumpMonitorContention.java failed 
error_cnt=12
Summary: Added a new header waiting pattern to catch the case where the target 
thread waiting on a condition (like a VM op); several other test improvements
Reviewed-by: dcubed, sspitsyn, dholmes

! test/runtime/Thread/TestThreadDumpMonitorContention.java

Reply via email to