Searched refs:actualMonitorCount (Results 1 – 1 of 1) sorted by relevance
113 int actualMonitorCount = stackDepthReply.getNextValueAsInt(); in testOwnedMonitorsStackDepthInfo() local114 logWriter.println("==> Owned monitors: " + actualMonitorCount); in testOwnedMonitorsStackDepthInfo()115 assertTrue(actualMonitorCount >= expectedMonitorCount); in testOwnedMonitorsStackDepthInfo()119 for (int i = 0; i < actualMonitorCount; ++i) { in testOwnedMonitorsStackDepthInfo()