JDK-8027981 : compiler/jsr292/ConcurrentClassLoadingTest.java rarely fails w/ j.l.AbstractMethodError on ppc
  • Type: Bug
  • Component: embedded
  • Sub-Component: hotspot
  • Affected Version: hs25,8
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • CPU: ppc
  • Submitted: 2013-11-07
  • Updated: 2013-11-07
  • Resolved: 2013-11-07
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
hs25 b56Resolved
Related Reports
Relates :  
Description
java.lang.InternalError: java.lang.AbstractMethodError
at java.lang.invoke.MethodHandleStatics.newInternalError(Unknown Source)
at java.lang.invoke.BoundMethodHandle.cloneExtend(Unknown Source)
at java.lang.invoke.BoundMethodHandle.bindArgument(Unknown Source)
at java.lang.invoke.MethodHandle.bindArgument(Unknown Source)
at java.lang.invoke.DirectMethodHandle.bindArgument(Unknown Source)
at java.lang.invoke.MethodHandles.insertArguments(Unknown Source)
at java.lang.invoke.MethodHandles.constant(Unknown Source)
at java.lang.invoke.SwitchPoint.<clinit>(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at ConcurrentClassLoadingTest$Loader.run(ConcurrentClassLoadingTest.java:153)
Caused by: java.lang.AbstractMethodError
at java.lang.invoke.BoundMethodHandle$Species_L.cloneExtendI(Unknown Source)
... 10 more

on jdk ppc it fails with java.lang.ClassNotFoundException like in JDK-8026941

Comments
Probably a dup of JDK-8026898. Please retest with b114 which should contain the fix for JDK-8026898.
07-11-2013