-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
13
Test: compiler/intrinsics/mathexact/LongMulOverflowTest.java
Fails consistently in tier 3.
Looks very similar toJDK-8196568.
java.lang.RuntimeException: Error, runTestOverflow() did not overflow!
at compiler.intrinsics.mathexact.LongMulOverflowTest.main(LongMulOverflowTest.java:50)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:835)
Fails consistently in tier 3.
Looks very similar to
java.lang.RuntimeException: Error, runTestOverflow() did not overflow!
at compiler.intrinsics.mathexact.LongMulOverflowTest.main(LongMulOverflowTest.java:50)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:835)
- duplicates
-
JDK-8217811 [AOT] jck Math/IncrementExact and Math/DecrementExact tests fail when test classes are AOTed
- Resolved
-
JDK-8217811 [AOT] jck Math/IncrementExact and Math/DecrementExact tests fail when test classes are AOTed
- Resolved
1.
|
ProblemList LongMulOverflowTest.java | Resolved | Jesper Wilhelmsson | ||
2.
|
Un-ProblemList LongMulOverflowTest.java | Resolved | Igor Veresov |