< prev index next >

test/jdk/tools/jlink/plugins/StripDebugPluginTest.java

Print this page
rev 51977 : [mq]: 8211350-no-jprt

*** 66,81 **** public static void main(String[] args) throws Exception { new StripDebugPluginTest().test(); } public void test() 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<String> classes = Arrays.asList("toto.Main", "toto.com.foo.bar.X"); Path moduleFile = helper.generateModuleCompiledClasses( helper.getJmodSrcDir(), helper.getJmodClassesDir(), "leaf1", classes); Path moduleInfo = moduleFile.resolve("module-info.class"); --- 66,76 ----
< prev index next >