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

test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/AddOpens.java

Print this page

        

*** 85,95 **** // create an archive with both -cp and --module-path in the command line. // Only the class in the modular jar in the --module-path will be archived; // the class in the modular jar in the -cp won't be archived. OutputAnalyzer output = TestCommon.createArchive( destJar.toString(), appClasses, - "-Xlog:class+load=trace", "--module-path", moduleDir.toString(), "-m", TEST_MODULE1); TestCommon.checkDump(output); // run with the archive using the same command line as in dump time --- 85,94 ----
test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/AddOpens.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File