test/hotspot/jtreg/runtime/SharedArchiveFile/NonBootLoaderClasses.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/hotspot/jtreg/runtime/SharedArchiveFile/NonBootLoaderClasses.java	Tue Oct 23 13:18:22 2018
--- new/test/hotspot/jtreg/runtime/SharedArchiveFile/NonBootLoaderClasses.java	Tue Oct 23 13:18:22 2018

*** 49,59 **** --- 49,59 ---- CDSTestUtils.createArchiveAndCheck(opts); // Print the shared dictionary and inspect the output opts = (new CDSOptions()) .setUseVersion(false) ! .addSuffix( "-cp", "\"\"", "-Xlog:cds", "-XX:+UnlockDiagnosticVMOptions", "-XX:SharedArchiveFile=./" + archiveName, "-XX:+PrintSharedArchiveAndExit", "-XX:+PrintSharedDictionary"); CDSTestUtils.run(opts) .assertNormalExit(output -> { output.shouldContain("archive is valid");

test/hotspot/jtreg/runtime/SharedArchiveFile/NonBootLoaderClasses.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File