--- jsr166/src/test/tck/JSR166TestCase.java 2015/10/08 23:06:01 1.171 +++ jsr166/src/test/tck/JSR166TestCase.java 2015/10/09 01:26:36 1.172 @@ -205,9 +205,6 @@ public class JSR166TestCase extends Test System.err.printf( "Looks like we're stuck running test: %s (%d/%d)%n", lastTestCase, currentRun, runsPerTest); - System.err.println - ("Looks like we're stuck running test: " - + lastTestCase + " (" + currentRun + "/" + runsPerTest + ")"); System.err.println("availableProcessors=" + Runtime.getRuntime().availableProcessors()); System.err.printf("cpu model = %s%n", cpuModel());