test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/ModulePathAndCP.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/ModulePathAndCP.java	Tue May  1 14:47:36 2018
--- new/test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/ModulePathAndCP.java	Tue May  1 14:47:36 2018

*** 130,140 **** --- 130,140 ---- // create an archive with modular jar files in both -cp and --module-path String jars = subJar.toString() + System.getProperty("path.separator") + mainJar.toString(); output = TestCommon.createArchive( jars, appClasses, - "-Xlog:class+load=trace", "-XX:+PrintSystemDictionaryAtExit", "--module-path", moduleDir.toString(), "-m", MAIN_MODULE); TestCommon.checkDump(output); // run with archive with the main class name specified before

test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/ModulePathAndCP.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File