--- jsr166/src/test/loops/TSPExchangerTest.java 2013/08/08 18:39:10 1.16 +++ jsr166/src/test/loops/TSPExchangerTest.java 2015/01/15 18:34:19 1.18 @@ -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; @@ -229,7 +229,6 @@ public class TSPExchangerTest { p.printSnapshot(secs); } - /** * A Population creates the subpops, subpops, and threads for a run * and has control methods to start, stop, and report progress.