JDK-7036641 : compiler/7024475/Test7024475.java gets the wrong answer
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Not an Issue
  • OS: generic
  • CPU: generic
  • Submitted: 2011-04-14
  • Updated: 2011-04-14
  • Resolved: 2011-04-14
Related Reports
Relates :  
Description
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