hotspot/test/testlibrary_tests/whitebox/vm_flags/UintxTest.java
changeset 30604 b8d532cb6420
parent 29678 dd2f3932c21e
child 33730 30e064828045
equal deleted inserted replaced
30603:a8754858a7fc 30604:b8d532cb6420
    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,