test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/ModulePathAndCP.java
changeset 49942 f4310c01104d
parent 49739 00805b129186
child 51675 b487c1e914d0
--- a/test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/ModulePathAndCP.java	Tue May 01 17:19:18 2018 -0700
+++ b/test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/ModulePathAndCP.java	Tue May 01 17:28:03 2018 -0700
@@ -132,7 +132,7 @@
         String jars = subJar.toString() + System.getProperty("path.separator") +
                       mainJar.toString();
         output = TestCommon.createArchive( jars, appClasses,
-                                           "-Xlog:class+load=trace", "-XX:+PrintSystemDictionaryAtExit",
+                                           "-Xlog:class+load=trace",
                                            "--module-path", moduleDir.toString(),
                                            "-m", MAIN_MODULE);
         TestCommon.checkDump(output);