--- jsr166/src/test/loops/ExchangeLoops.java 2011/03/15 19:47:05 1.8 +++ jsr166/src/test/loops/ExchangeLoops.java 2015/01/02 16:57:15 1.9 @@ -12,7 +12,7 @@ public class ExchangeLoops { static final int NCPUS = Runtime.getRuntime().availableProcessors(); static final int DEFAULT_THREADS = NCPUS + 2; - static final long DEFAULT_TRIAL_MILLIS = 10000; + static final long DEFAULT_TRIAL_MILLIS = 10000; public static void main(String[] args) throws Exception { int maxThreads = DEFAULT_THREADS;