--- jsr166/src/test/tck/ForkJoinPoolTest.java 2010/09/17 01:04:10 1.27 +++ jsr166/src/test/tck/ForkJoinPoolTest.java 2010/09/17 14:19:52 1.28 @@ -246,7 +246,7 @@ public class ForkJoinPoolTest extends JS p.execute(new FailingTask()); uncaughtExceptionHappened.await(); } finally { - //p.shutdownNow(); + p.shutdownNow(); // failure might have prevented processing task joinPool(p); } }