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

/openjdk7/jdk/test/java/lang/instrument/
H A DTransformerManagementThreadRemoveTests.java65 int size = TOTAL_THREADS + REMOVE_THREADS;
73 int factor = (int)Math.floor(TOTAL_THREADS / REMOVE_THREADS);
74 for (int i = 0; i < REMOVE_THREADS; i++)
H A DTransformerManagementThreadAddTests.java67 * REMOVE_THREADS: the number of threads to run that spend their time
72 protected static final int REMOVE_THREADS = 5; field in class:TransformerManagementThreadAddTests

Completed in 29 milliseconds