JDK-8164485 : Zero forms not properly generated
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-08-19
  • Updated: 2016-08-25
  • Resolved: 2016-08-19
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 9
9 b133Fixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Description
JDK-8164451 pregenerates classes for zero and identity forms. Sadly the generated output for the zero forms was erroneous due to not handling wrapped constants, and needs to be backed out.