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.
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.