--- jsr166/src/test/tck/JSR166TestCase.java 2014/12/31 21:06:32 1.124 +++ jsr166/src/test/tck/JSR166TestCase.java 2015/01/15 18:58:07 1.125 @@ -465,7 +465,7 @@ public class JSR166TestCase extends Test } /** - * Find missing try { ... } finally { joinPool(e); } + * Finds missing try { ... } finally { joinPool(e); } */ void checkForkJoinPoolThreadLeaks() throws InterruptedException { Thread[] survivors = new Thread[5];