--- jsr166/src/test/tck/ThreadPoolExecutorTest.java 2011/05/29 07:01:17 1.45 +++ jsr166/src/test/tck/ThreadPoolExecutorTest.java 2011/05/29 13:55:36 1.46 @@ -1977,7 +1977,7 @@ public class ThreadPoolExecutorTest exte // enough time to run all tasks assertTrue(done.await(nTasks * SHORT_DELAY_MS, MILLISECONDS)); } finally { - p.shutdown(); + joinPool(p); } }