test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/AddOpens.java
changeset 51507 3e3764f8fe36
parent 49942 f4310c01104d
child 51675 b487c1e914d0
--- a/test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/AddOpens.java	Thu Aug 23 11:33:51 2018 -0400
+++ b/test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/AddOpens.java	Thu Aug 23 09:35:09 2018 -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);