-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
9
java.lang.RuntimeException: Unexpected count of intrinsic <intrinsic id='_subtractExactI' expected:1, matched: 0, suspected: 0
at Verifier.verify(Verifier.java:69)
at Verifier.main(Verifier.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Unexpected count of intrinsic <intrinsic id='_subtractExactI' expected:1, matched: 0, suspected: 0
ILW = MLH = P4
at Verifier.verify(Verifier.java:69)
at Verifier.main(Verifier.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Unexpected count of intrinsic <intrinsic id='_subtractExactI' expected:1, matched: 0, suspected: 0
ILW = MLH = P4
- duplicates
-
JDK-8041510 compiler/intrinsics/mathexact/sanity/AddExactIntTest.java fails due to unexpected log message
- Closed