test/hotspot/jtreg/runtime/appcds/sharedStrings/IncompatibleOptions.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/hotspot/jtreg/runtime/appcds/sharedStrings/IncompatibleOptions.java	Wed Aug  8 12:09:20 2018
--- new/test/hotspot/jtreg/runtime/appcds/sharedStrings/IncompatibleOptions.java	Wed Aug  8 12:09:20 2018

*** 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