--- jsr166/src/test/tck/JSR166TestCase.java 2016/12/09 06:58:57 1.213 +++ jsr166/src/test/tck/JSR166TestCase.java 2016/12/09 07:26:04 1.214 @@ -20,8 +20,18 @@ * @build * * @modules java.base/java.util.concurrent:open * java.management - * @run junit/othervm/timeout=1000 -Djsr166.testImplementationDetails=true JSR166TestCase - * @run junit/othervm/timeout=1000 -Djsr166.testImplementationDetails=true -Djava.util.concurrent.ForkJoinPool.common.parallelism=0 JSR166TestCase + * @run junit/othervm/timeout=1000 + * -Djsr166.testImplementationDetails=true + * JSR166TestCase + * @run junit/othervm/timeout=1000 + * -Djsr166.testImplementationDetails=true + * -Djava.util.concurrent.ForkJoinPool.common.parallelism=0 + * JSR166TestCase + * @run junit/othervm/timeout=1000 + * -Djsr166.testImplementationDetails=true + * -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 + * -Djava.util.secureRandomSeed=true + * JSR166TestCase */ import static java.util.concurrent.TimeUnit.MILLISECONDS;