JDK-8164483 : Generate field lambda forms at link time
Type:Sub-task
Component:core-libs
Sub-Component:java.lang.invoke
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2016-08-19
Updated:2016-09-02
Resolved:2016-08-24
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.
There are a limited number of possible field LFs, most of which are easy to generate at link time.
This gets rid of one of two remaining classes being generated by the test in 8086045
Comments
Proposed patch: http://cr.openjdk.java.net/~redestad/8164483/webrev.01 passes tests locally, running through remote testing before asking for reviews.