--- jsr166/src/test/tck/ForkJoinPool8Test.java 2013/09/16 00:48:58 1.17 +++ jsr166/src/test/tck/ForkJoinPool8Test.java 2013/09/16 00:58:26 1.18 @@ -1485,10 +1485,10 @@ public class ForkJoinPool8Test extends J } /** - * awaitQuiescent by a worker is equivalent in effect to + * awaitQuiescence by a worker is equivalent in effect to * ForkJoinTask.helpQuiesce() */ - public void testAwaitQuiescent1() throws Exception { + public void testAwaitQuiescence1() throws Exception { final ForkJoinPool p = new ForkJoinPool(); try { final long startTime = System.nanoTime(); @@ -1541,10 +1541,10 @@ public class ForkJoinPool8Test extends J } /** - * awaitQuiescent returns when pool isQuiescent() or the indicated - * timeout elapse + * awaitQuiescence returns when pool isQuiescent() or the indicated + * timeout elapsed */ - public void testAwaitQuiescent2() throws Exception { + public void testAwaitQuiescence2() throws Exception { final ForkJoinPool p = new ForkJoinPool(); try { assertTrue(p.isQuiescent());