Community
Participate
Working Groups
Build Identifier: I20110613-1736 In ThreadReferenceImpl.ownedMonitorsAndFrames(), the stack depth and subsequently the monitor is read from JVMTI via OwnedMonitorsStackDepthInfo. The specification says that the monitor and subsequently the stack depth is written however. See: http://download.oracle.com/javase/6/docs/platform/jpda/jdwp/jdwp-protocol.html#JDWP_ThreadReference_OwnedMonitorsStackDepthInfo Reproducible: Always
Created attachment 202739 [details] Read arguments of OwnedMonitorsStackDepthInfo in the correct order
Created attachment 202812 [details] patch This is simply an updated of the original patch because I could not get the other one to apply.
Applied patch to HEAD.
(In reply to comment #3) > Applied patch to HEAD. Cool. Thanx!