--- jsr166/src/test/tck/ForkJoinPool8Test.java 2017/11/08 02:21:43 1.38 +++ jsr166/src/test/tck/ForkJoinPool8Test.java 2018/01/08 03:56:32 1.39 @@ -1530,7 +1530,7 @@ public class ForkJoinPool8Test extends J * timeout elapsed */ public void testAwaitQuiescence2() throws Exception { - /** + /* * """It is possible to disable or limit the use of threads in the * common pool by setting the parallelism property to zero. However * doing so may cause unjoined tasks to never be executed."""