Home
last modified time | relevance | path

Searched refs:actualStackDepth (Results 1 – 1 of 1) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DOwnedMonitorsStackDepthInfoTest.java124 int actualStackDepth = stackDepthReply.getNextValueAsInt(); in testOwnedMonitorsStackDepthInfo() local
125 logWriter.println("==> Stack depth: " + actualStackDepth); in testOwnedMonitorsStackDepthInfo()
126 if (expectedStackDepth[currentMonitor] != actualStackDepth) { in testOwnedMonitorsStackDepthInfo()