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

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

Print this page

        

*** 41,51 **** public class InternSharedString { public static void main(String[] args) throws Exception { SharedStringsUtils.buildJarAndWhiteBox("InternStringTest"); SharedStringsUtils.dumpWithWhiteBox(TestCommon.list("InternStringTest"), ! "ExtraSharedInput.txt"); String[] extraMatches = new String[] { InternStringTest.passed_output1, InternStringTest.passed_output2, InternStringTest.passed_output3 }; --- 41,51 ---- public class InternSharedString { public static void main(String[] args) throws Exception { SharedStringsUtils.buildJarAndWhiteBox("InternStringTest"); SharedStringsUtils.dumpWithWhiteBox(TestCommon.list("InternStringTest"), ! "ExtraSharedInput.txt", "-Xlog:cds,cds+hashtables"); String[] extraMatches = new String[] { InternStringTest.passed_output1, InternStringTest.passed_output2, InternStringTest.passed_output3 };
test/hotspot/jtreg/runtime/appcds/sharedStrings/InternSharedString.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File