test/hotspot/jtreg/runtime/appcds/sharedStrings/IncompatibleOptions.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File open Cdiff test/hotspot/jtreg/runtime/appcds/sharedStrings/IncompatibleOptions.java

test/hotspot/jtreg/runtime/appcds/sharedStrings/IncompatibleOptions.java

Print this page

        

*** 117,126 **** --- 117,127 ---- System.out.println("Testcase: " + testCaseNr); OutputAnalyzer output = TestCommon.dump(appJar, TestCommon.list("Hello"), "-XX:+UseCompressedOops", collectorOption, "-XX:SharedArchiveConfigFile=" + TestCommon.getSourceFile("SharedStringsBasic.txt"), + "-Xlog:cds,cds+hashtables", extraOption); if (expectedWarning != null) output.shouldContain(expectedWarning);
test/hotspot/jtreg/runtime/appcds/sharedStrings/IncompatibleOptions.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File