--- old/test/hotspot/jtreg/runtime/SharedArchiveFile/NonBootLoaderClasses.java 2018-10-23 13:18:22.508567936 -0700 +++ new/test/hotspot/jtreg/runtime/SharedArchiveFile/NonBootLoaderClasses.java 2018-10-23 13:18:22.143533565 -0700 @@ -51,7 +51,7 @@ // Print the shared dictionary and inspect the output opts = (new CDSOptions()) .setUseVersion(false) - .addSuffix( "-cp", "\"\"", + .addSuffix( "-cp", "\"\"", "-Xlog:cds", "-XX:+UnlockDiagnosticVMOptions", "-XX:SharedArchiveFile=./" + archiveName, "-XX:+PrintSharedArchiveAndExit", "-XX:+PrintSharedDictionary"); CDSTestUtils.run(opts)