compiler/7024475/Test7024475.java
This test gets the wrong answer:
----------System.err:(14/711)----------
java.lang.InternalError: c0 = 254
at Test7024475.test(Test7024475.java:43)
at Test7024475.main(Test7024475.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:722)
JavaTest Message: Test threw exception: java.lang.InternalError: c0 = 254
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.InternalError: c0 = 254
result: Failed. Execution failed: `main' threw exception: java.lang.InternalError: c0 = 254
This test gets the wrong answer:
----------System.err:(14/711)----------
java.lang.InternalError: c0 = 254
at Test7024475.test(Test7024475.java:43)
at Test7024475.main(Test7024475.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:722)
JavaTest Message: Test threw exception: java.lang.InternalError: c0 = 254
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.InternalError: c0 = 254
result: Failed. Execution failed: `main' threw exception: java.lang.InternalError: c0 = 254
- relates to
-
JDK-7024475 loop doesn't terminate when compiled
-
- Closed
-