HomeSort by relevance Sort by last modified time
    Searched defs:replyObj (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
CurrentContendedMonitorTest.java 89 ReplyPacket replyObj = debuggeeWrapper.vmMirror.performCommand(packet);
90 checkReplyPacket(replyObj, "ObjectReference::MonitorInfo command");
92 replyObj.getNextValueAsThreadID();
93 replyObj.getNextValueAsInt();
94 int waiters = replyObj.getNextValueAsInt();
98 waiterID = replyObj.getNextValueAsThreadID();
OwnedMonitorsTest.java 97 ReplyPacket replyObj = debuggeeWrapper.vmMirror.performCommand(packet);
98 checkReplyPacket(replyObj, "ObjectReference::MonitorInfo command");
100 ownerThread = replyObj.getNextValueAsThreadID();

Completed in 76 milliseconds