--- jsr166/src/test/tck/JSR166TestCase.java 2017/01/24 22:57:02 1.217 +++ jsr166/src/test/tck/JSR166TestCase.java 2017/01/29 20:19:00 1.218 @@ -19,6 +19,7 @@ * @summary JSR-166 tck tests (whitebox tests allowed) * @build * * @modules java.base/java.util.concurrent:open + * java.base/java.lang:open * java.management * @run junit/othervm/timeout=1000 * -Djsr166.testImplementationDetails=true @@ -560,6 +561,7 @@ public class JSR166TestCase extends Test "AtomicReference9Test", "AtomicReferenceArray9Test", "ExecutorCompletionService9Test", + "ForkJoinPool9Test", }; addNamedTestClasses(suite, java9TestClassNames); }