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

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

Print this page

        

*** 39,49 **** public class ExerciseGC { public static void main(String[] args) throws Exception { SharedStringsUtils.buildJarAndWhiteBox("HelloStringGC"); SharedStringsUtils.dumpWithWhiteBox(TestCommon.list("HelloStringGC"), ! "SharedStringsBasic.txt"); SharedStringsUtils.runWithArchiveAndWhiteBox("HelloStringGC", "-XX:+UnlockDiagnosticVMOptions", "-XX:+VerifyBeforeGC"); } } --- 39,49 ---- public class ExerciseGC { public static void main(String[] args) throws Exception { SharedStringsUtils.buildJarAndWhiteBox("HelloStringGC"); SharedStringsUtils.dumpWithWhiteBox(TestCommon.list("HelloStringGC"), ! "SharedStringsBasic.txt", "-Xlog:cds,cds+hashtables"); SharedStringsUtils.runWithArchiveAndWhiteBox("HelloStringGC", "-XX:+UnlockDiagnosticVMOptions", "-XX:+VerifyBeforeGC"); } }
test/hotspot/jtreg/runtime/appcds/sharedStrings/ExerciseGC.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File