Searched defs:prevLiveThreadCount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DAllThreadIds.java49 private static int prevLiveThreadCount = 0; field in class:AllThreadIds
83 prevLiveThreadCount = curLiveThreadCount;
89 if ((curLiveThreadCount - prevLiveThreadCount) !=
92 " Prev live = " + prevLiveThreadCount +

Completed in 29 milliseconds