-
Bug
-
Resolution: Fixed
-
P3
-
10, 11, 12
-
b28
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8217176 | 13 | Igor Veresov | P3 | Resolved | Fixed | b04 |
JDK-8217541 | 12.0.1 | Igor Veresov | P3 | Resolved | Fixed | b04 |
Running compiler/intrinsics/mathexact/LongMulOverflowTest.java with Graal (-XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:+TieredCompilation -XX:+UseJVMCICompiler -Djvmci.Compiler=graal) fails with:
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:564)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
at java.base/java.lang.Thread.run(Thread.java:844)
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:564)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
at java.base/java.lang.Thread.run(Thread.java:844)
- backported by
-
JDK-8217176 [Graal] LongMulOverflowTest.java fails with "runTestOverflow() did not overflow"
-
- Resolved
-
-
JDK-8217541 [Graal] LongMulOverflowTest.java fails with "runTestOverflow() did not overflow"
-
- Resolved
-
- duplicates
-
JDK-8210673 [Graal] intOverflow and longOverflow tests from api/java_lang/Math/AddExact.html test fail in -Xcomp
-
- Closed
-
- relates to
-
JDK-8191915 JCK tests produce incorrect results with C2
-
- Closed
-