Searched refs:ownerThread (Results 1 – 1 of 1) sorted by relevance
94 long ownerThread; in testOwnedMonitors001() local110 ownerThread = replyObj.getNextValueAsThreadID(); in testOwnedMonitors001()111 logWriter.println("\t\t" + "ownerThread ID: " + ownerThread); in testOwnedMonitors001()113 ownerName = debuggeeWrapper.vmMirror.getThreadName(ownerThread); in testOwnedMonitors001()116 if (ownerThread != testedThreadID) { in testOwnedMonitors001()117 printErrorAndFail("wrong owner thread: " + ownerThread); in testOwnedMonitors001()