--- jsr166/src/test/loops/TSPExchangerTest.java 2013/08/08 18:39:10 1.16 +++ jsr166/src/test/loops/TSPExchangerTest.java 2015/01/02 16:57:15 1.17 @@ -39,7 +39,7 @@ public class TSPExchangerTest { static final int NCPUS = Runtime.getRuntime().availableProcessors(); /** Runs start with two threads, increasing by two through max */ - static final int DEFAULT_MAX_THREADS = Math.max(4, NCPUS + NCPUS/2); + static final int DEFAULT_MAX_THREADS = Math.max(4, NCPUS + NCPUS/2); /** The number of replication runs per thread value */ static final int DEFAULT_REPLICATIONS = 3;