test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/AddOpens.java
changeset 49942 f4310c01104d
parent 49739 00805b129186
child 51507 3e3764f8fe36
--- 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);