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

/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DAllThreadIds.java52 private static int curLiveThreadCount = 0; field in class:AllThreadIds
83 prevLiveThreadCount = curLiveThreadCount;
86 curLiveThreadCount = mbean.getThreadCount();
89 if ((curLiveThreadCount - prevLiveThreadCount) !=
93 " Current live = " + curLiveThreadCount +
110 if (list.length != curLiveThreadCount) {
113 " not matched count = " + curLiveThreadCount);
123 curLiveThreadCount = mbean.getThreadCount();

Completed in 227 milliseconds