--- old/test/jdk/tools/jlink/plugins/StringSharingPluginTest.java 2018-10-01 22:26:53.593741270 -0700 +++ new/test/jdk/tools/jlink/plugins/StringSharingPluginTest.java 2018-10-01 22:26:53.341741279 -0700 @@ -67,12 +67,7 @@ private static int strID = 1; public static void main(String[] args) throws Exception { - // JPRT not yet ready for jmods Helper helper = Helper.newHelper(); - if (helper == null) { - System.err.println("Test not run, NO jmods directory"); - return; - } List classes = Arrays.asList("toto.Main", "toto.com.foo.bar.X"); Path compiledClasses = helper.generateModuleCompiledClasses(