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

/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DAllThreadIds.java48 private static long prevTotalThreadCount = 0; field in class:AllThreadIds
82 prevTotalThreadCount = curTotalThreadCount;
103 if (curTotalThreadCount - prevTotalThreadCount != numNewThreads) {
105 " Prev Total = " + prevTotalThreadCount +

Completed in 26 milliseconds