equal
deleted
inserted
replaced
32 * sun.hotspot.WhiteBox$WhiteBoxPermission |
32 * sun.hotspot.WhiteBox$WhiteBoxPermission |
33 * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI UintxTest |
33 * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI UintxTest |
34 * @summary testing of WB::set/getUintxVMFlag() |
34 * @summary testing of WB::set/getUintxVMFlag() |
35 * @author igor.ignatyev@oracle.com |
35 * @author igor.ignatyev@oracle.com |
36 */ |
36 */ |
37 import com.oracle.java.testlibrary.Platform; |
37 import jdk.test.lib.Platform; |
38 |
38 |
39 public class UintxTest { |
39 public class UintxTest { |
40 private static final String FLAG_NAME = "VerifyGCStartAt"; |
40 private static final String FLAG_NAME = "VerifyGCStartAt"; |
41 private static final String FLAG_DEBUG_NAME = "CodeCacheMinimumUseSpace"; |
41 private static final String FLAG_DEBUG_NAME = "CodeCacheMinimumUseSpace"; |
42 private static final Long[] TESTS = {0L, 100L, (long) Integer.MAX_VALUE, |
42 private static final Long[] TESTS = {0L, 100L, (long) Integer.MAX_VALUE, |