提交 fabada59 编写于 作者: S shshahma

8044575: testlibrary_tests/whitebox/vm_flags/UintxTest.java failed:...

8044575: testlibrary_tests/whitebox/vm_flags/UintxTest.java failed: assert(!res || TypeEntriesAtCall::arguments_profiling_enabled()) failed: no profiling of arguments
Reviewed-by: kvn, jmasa
上级 1fedab33
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
import com.oracle.java.testlibrary.Platform; import com.oracle.java.testlibrary.Platform;
public class UintxTest { 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, private static final Long[] TESTS = {0L, 100L, (long) Integer.MAX_VALUE,
(1L << 32L) - 1L, 1L << 32L}; (1L << 32L) - 1L, 1L << 32L};
private static final Long[] EXPECTED_64 = TESTS; private static final Long[] EXPECTED_64 = TESTS;
......
...@@ -55,9 +55,7 @@ public final class VmFlagTest<T> { ...@@ -55,9 +55,7 @@ public final class VmFlagTest<T> {
} }
private T getValue() { private T getValue() {
T t = get.apply(flagName); return get.apply(flagName);
System.out.println("T = " + t);
return t;
} }
protected static <T> void runTest(String existentFlag, T[] tests, protected static <T> void runTest(String existentFlag, T[] tests,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册