< prev index next >

test/hotspot/jtreg/gc/metaspace/TestCapacityUntilGCWrapAround.java

Print this page

        

*** 29,39 **** * @modules java.base/jdk.internal.misc * java.management * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI TestCapacityUntilGCWrapAround */ import sun.hotspot.WhiteBox; import jdk.test.lib.Asserts; --- 29,39 ---- * @modules java.base/jdk.internal.misc * java.management * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xlog:safepoint+stats=debug:gc.log TestCapacityUntilGCWrapAround */ import sun.hotspot.WhiteBox; import jdk.test.lib.Asserts;
< prev index next >