JDK-8032247 : SA: Constantpool lookup for invokedynamic is not implemented
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: hs25,8u20
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2014-01-20
  • Updated: 2015-01-21
  • Resolved: 2014-01-27
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.
JDK 8 JDK 9
8u40Fixed 9 b03Fixed
Related Reports
Relates :  
Relates :  
Description
agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ByteCodeRewriter.java:

} else if (fmt.indexOf("JJJJ") >= 0) {
          // change byte-ordering and go via secondary cache entry
           throw new InternalError("unimplemented");

Comments
[~dsamersoff], are there any plans to backport this fix into 8u40?
08-09-2014

Please, backport this fix into 8u20. jdk8 has the same problem and it prevents using SA with it.
21-05-2014