< prev index next >

test/gc/metaspace/TestCapacityUntilGCWrapAround.java

Print this page

        

*** 34,45 **** * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI TestCapacityUntilGCWrapAround */ import sun.hotspot.WhiteBox; ! import com.oracle.java.testlibrary.Asserts; ! import com.oracle.java.testlibrary.Platform; public class TestCapacityUntilGCWrapAround { private static long MB = 1024 * 1024; private static long GB = 1024 * MB; private static long MAX_UINT = 4 * GB - 1; // On 32-bit platforms --- 34,45 ---- * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI TestCapacityUntilGCWrapAround */ import sun.hotspot.WhiteBox; ! import jdk.test.lib.Asserts; ! import jdk.test.lib.Platform; public class TestCapacityUntilGCWrapAround { private static long MB = 1024 * 1024; private static long GB = 1024 * MB; private static long MAX_UINT = 4 * GB - 1; // On 32-bit platforms
< prev index next >