--- a/test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/AddOpens.java Tue May 01 17:19:18 2018 -0700
+++ b/test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/AddOpens.java Tue May 01 17:28:03 2018 -0700
@@ -87,7 +87,7 @@
// the class in the modular jar in the -cp won't be archived.
OutputAnalyzer output = TestCommon.createArchive(
destJar.toString(), appClasses,
- "-Xlog:class+load=trace", "-XX:+PrintSystemDictionaryAtExit",
+ "-Xlog:class+load=trace",
"--module-path", moduleDir.toString(),
"-m", TEST_MODULE1);
TestCommon.checkDump(output);