--- jsr166/src/test/tck/JSR166TestCase.java 2015/04/25 04:55:30 1.131 +++ jsr166/src/test/tck/JSR166TestCase.java 2015/05/24 01:53:55 1.133 @@ -212,7 +212,7 @@ public class JSR166TestCase extends Test /** * Runs all unit tests in the given test suite. - * Actual behavior influenced by system properties jsr166.* + * Actual behavior influenced by jsr166.* system properties. */ static void main(Test suite, String[] args) { if (useSecurityManager) { @@ -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));