--- old/test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/AddOpens.java 2018-08-22 09:26:41.708345533 -0700 +++ new/test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/AddOpens.java 2018-08-22 09:26:41.340310766 -0700 @@ -87,7 +87,6 @@ // 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);