Searched refs:childThreadID (Results 1 – 1 of 1) sorted by relevance
99 long childThreadID = reply.getNextValueAsThreadID(); in testChildren001() local100 String threadName = debuggeeWrapper.vmMirror.getThreadName(childThreadID); in testChildren001()102 ("==> thread: threadID = " + childThreadID + "; threadName = " + threadName); in testChildren001()104 if (threadID != childThreadID) { in testChildren001()105 logWriter.println("## FAILURE: Unexpected ID of child thread = " + childThreadID); in testChildren001()107 assertEquals("Invalid ID of child thread,", threadID, childThreadID); in testChildren001()