test/hotspot/jtreg/runtime/appcds/sharedStrings/IncompatibleOptions.java
changeset 51370 fbb62267e5e9
parent 51279 5cc6acb1d6b6
child 51491 187c84a5efe1
equal deleted inserted replaced
51369:f32e61253792 51370:fbb62267e5e9
   117         System.out.println("Testcase: " + testCaseNr);
   117         System.out.println("Testcase: " + testCaseNr);
   118         OutputAnalyzer output = TestCommon.dump(appJar, TestCommon.list("Hello"),
   118         OutputAnalyzer output = TestCommon.dump(appJar, TestCommon.list("Hello"),
   119             "-XX:+UseCompressedOops",
   119             "-XX:+UseCompressedOops",
   120             collectorOption,
   120             collectorOption,
   121             "-XX:SharedArchiveConfigFile=" + TestCommon.getSourceFile("SharedStringsBasic.txt"),
   121             "-XX:SharedArchiveConfigFile=" + TestCommon.getSourceFile("SharedStringsBasic.txt"),
       
   122             "-Xlog:cds,cds+hashtables",
   122             extraOption);
   123             extraOption);
   123 
   124 
   124         if (expectedWarning != null)
   125         if (expectedWarning != null)
   125             output.shouldContain(expectedWarning);
   126             output.shouldContain(expectedWarning);
   126 
   127