--- jsr166/src/test/tck/JSR166TestCase.java 2015/10/04 05:52:08 1.163 +++ jsr166/src/test/tck/JSR166TestCase.java 2015/10/04 18:40:57 1.164 @@ -590,7 +590,7 @@ public class JSR166TestCase extends Test } /** - * Finds missing try { ... } finally { joinPool(e); } + * Finds missing PoolCleaners */ void checkForkJoinPoolThreadLeaks() throws InterruptedException { Thread[] survivors = new Thread[7];