--- jsr166/src/test/tck/ForkJoinPoolTest.java 2011/05/29 07:01:17 1.42 +++ jsr166/src/test/tck/ForkJoinPoolTest.java 2011/05/29 13:45:35 1.43 @@ -256,7 +256,7 @@ public class ForkJoinPoolTest extends JS * the task has completed successfully, and construction * parameters continue to hold */ - public void testisQuiescent() throws Exception { + public void testIsQuiescent() throws Exception { ForkJoinPool p = new ForkJoinPool(2); try { assertTrue(p.isQuiescent());