JDK-7049118 : java/lang/invoke/MethodHandlesTest.java fails with JDK7 b143
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: generic
  • CPU: generic
  • Submitted: 2011-05-27
  • Updated: 2011-08-17
  • Resolved: 2011-08-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbd_minorResolved
Related Reports
Relates :  
Description
The log is:

java.lang.Exception: JUnit test failure
        at com.sun.javatest.regtest.JUnitAction$JUnitRunner.main(JUnitAction.java:99)
        at com.sun.javatest.regtest.JUnitAction$JUnitRunner.main(JUnitAction.java:77)
        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:601)
        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.Exception: JUnit test failure
JavaTest Message: shutting down test

STATUS:Failed.`main' threw exception: java.lang.Exception: JUnit test failure
result: Failed. Execution failed: `main' threw exception: java.lang.Exception: JUnit test failure


test result: Failed. Execution failed: `main' threw exception: java.lang.Exception: JUnit test failure

Reproducible with VM options '-client -Xcomp -XX:+StartAttachListener -XX:+UseConcMarkSweepGC' on solaris-sparc. Reproducible always.

Comments
EVALUATION Can reproduce on x86 platforms also with these flags: -XX:+UnlockDiagnosticVMOptions -XX:-UseRicochetFrames This will be fixed by porting ricochet frames to SPARC, which is CR 7045514. Consider closing this as a dup of 7045514.
27-05-2011