test/testlibrary_tests/whitebox/vm_flags/UintxTest.java

changeset 8441
cf1faa9100dd
parent 6963
0c48231c5c84
     1.1 --- a/test/testlibrary_tests/whitebox/vm_flags/UintxTest.java	Fri Jun 10 15:34:32 2016 +0530
     1.2 +++ b/test/testlibrary_tests/whitebox/vm_flags/UintxTest.java	Tue Jun 10 23:18:25 2014 +0400
     1.3 @@ -34,7 +34,7 @@
     1.4  import com.oracle.java.testlibrary.Platform;
     1.5  
     1.6  public class UintxTest {
     1.7 -    private static final String FLAG_NAME = "TypeProfileLevel";
     1.8 +    private static final String FLAG_NAME = "VerifyGCStartAt";
     1.9      private static final Long[] TESTS = {0L, 100L, (long) Integer.MAX_VALUE,
    1.10          (1L << 32L) - 1L, 1L << 32L};
    1.11      private static final Long[] EXPECTED_64 = TESTS;

mercurial