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

/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DAllThreadIds.java79 private static void checkThreadCount(int numNewThreads, method in class:AllThreadIds
125 checkThreadCount(0, 0);
140 checkThreadCount(ALL_THREADS, 0);
185 checkThreadCount(0, DAEMON_THREADS);
228 checkThreadCount(0, ALL_THREADS - DAEMON_THREADS);
H A DResetPeakThreadCount.java69 // The checkThreadCount() method is to produce more
77 checkThreadCount(previous, current, DAEMON_THREADS_1);
83 checkThreadCount(previous, current, TERMINATE_1 * -1);
92 checkThreadCount(previous, current, DAEMON_THREADS_2);
102 checkThreadCount(previous, current, DAEMON_THREADS_3);
108 checkThreadCount(previous, current, TERMINATE_2 * -1);
205 checkThreadCount(expectedCount, current, 0);
224 private static void checkThreadCount(long previous, long current, int expectedDelta) { method in class:ResetPeakThreadCount

Completed in 23 milliseconds