JDK-7192167 : JSR 292: C1 has old broken code which needs to be removed
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs23
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-08-16
  • Updated: 2013-06-26
  • Resolved: 2012-08-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 7 JDK 8 Other
7u40Resolved 8Fixed hs24Fixed
Description
Some code in C1 is still from the old JSR 292 implementation and is completely wrong.  It works right now because we force all lambda form adapters to inline.  When disabling inlining it fails immediately with SEGVs and friends.

Comments
EVALUATION http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/7a302948f5a4
21-08-2012

EVALUATION Remove old code that deals with invokedynamic instructions.
16-08-2012