Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DOwnedMonitorsStackDepthInfoTest.java113 int actualMonitorCount = stackDepthReply.getNextValueAsInt(); in testOwnedMonitorsStackDepthInfo() local
114 logWriter.println("==> Owned monitors: " + actualMonitorCount); in testOwnedMonitorsStackDepthInfo()
115 assertTrue(actualMonitorCount >= expectedMonitorCount); in testOwnedMonitorsStackDepthInfo()
119 for (int i = 0; i < actualMonitorCount; ++i) { in testOwnedMonitorsStackDepthInfo()