--- jsr166/src/test/tck/JSR166TestCase.java 2015/04/27 06:01:31 1.132 +++ jsr166/src/test/tck/JSR166TestCase.java 2015/05/24 01:53:55 1.133 @@ -486,7 +486,6 @@ public class JSR166TestCase extends Test // give thread some time to terminate thread.join(LONG_DELAY_MS); if (!thread.isAlive()) continue; - thread.stop(); throw new AssertionFailedError (String.format("Found leaked ForkJoinPool thread test=%s thread=%s%n", toString(), name));