--- old/test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/ExportModule.java 2018-05-01 14:47:35.259095386 -0700 +++ new/test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/ExportModule.java 2018-05-01 14:47:34.984069418 -0700 @@ -118,7 +118,7 @@ // the module in the --module-path OutputAnalyzer output = TestCommon.createArchive( appJar.toString(), appClasses, - "-Xlog:class+load=trace", "-XX:+PrintSystemDictionaryAtExit", + "-Xlog:class+load=trace", "--module-path", moduleDir.toString(), "--add-modules", TEST_MODULE2, MAIN_CLASS); TestCommon.checkDump(output); @@ -142,7 +142,7 @@ // unnmaed. output = TestCommon.createArchive( appJar2.toString(), appClasses2, - "-Xlog:class+load=trace", "-XX:+PrintSystemDictionaryAtExit", + "-Xlog:class+load=trace", "--module-path", moduleDir.toString(), "--add-modules", TEST_MODULE2, "--add-exports", "org.astro/org.astro=ALL-UNNAMED",