Searched refs:expectedEntryCount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DMethodEntryExitEvents.java101 final int expectedEntryCount = 1 + 1 + (15 * 3) + 1; field in class:MethodEntryExitEvents
265 if ((methodEntryCount != expectedEntryCount) ||
280 System.out.println(expectedEntryCount);

Completed in 28 milliseconds