hotspot/test/testlibrary_tests/whitebox/vm_flags/UintxTest.java
changeset 24950 002a4742a989
parent 24921 3b73ef0b62d1
child 25958 8dc85547d6d6
--- a/hotspot/test/testlibrary_tests/whitebox/vm_flags/UintxTest.java	Tue Jun 10 13:37:16 2014 +0200
+++ b/hotspot/test/testlibrary_tests/whitebox/vm_flags/UintxTest.java	Tue Jun 10 23:18:25 2014 +0400
@@ -34,7 +34,7 @@
 import com.oracle.java.testlibrary.Platform;
 
 public class UintxTest {
-    private static final String FLAG_NAME = "TypeProfileLevel";
+    private static final String FLAG_NAME = "VerifyGCStartAt";
     private static final Long[] TESTS = {0L, 100L, (long) Integer.MAX_VALUE,
         (1L << 32L) - 1L, 1L << 32L};
     private static final Long[] EXPECTED_64 = TESTS;