Searched refs:stackDepthReply (Results 1 – 1 of 1) sorted by relevance
109 ReplyPacket stackDepthReply = debuggeeWrapper.vmMirror.performCommand(stackDepthPacket); in testOwnedMonitorsStackDepthInfo() local110 checkReplyPacket(stackDepthReply, "ThreadReference::OwnedMonitorsStackDepthInfo command"); in testOwnedMonitorsStackDepthInfo()113 int actualMonitorCount = stackDepthReply.getNextValueAsInt(); in testOwnedMonitorsStackDepthInfo()121 TaggedObject monitorObject = stackDepthReply.getNextValueAsTaggedObject(); in testOwnedMonitorsStackDepthInfo()124 int actualStackDepth = stackDepthReply.getNextValueAsInt(); in testOwnedMonitorsStackDepthInfo()153 assertAllDataRead(stackDepthReply); in testOwnedMonitorsStackDepthInfo()