Searched refs:expectedStackDepth (Results 1 – 1 of 1) sorted by relevance
106 int[] expectedStackDepth = new int[] { frameCount - 4, frameCount - 4, frameCount - 2 }; in testOwnedMonitorsStackDepthInfo() local126 if (expectedStackDepth[currentMonitor] != actualStackDepth) { in testOwnedMonitorsStackDepthInfo()