JDK-8000806 : Implement runtime lambda metafactory
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: 8
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-10-11
  • Updated: 2013-07-23
  • Resolved: 2012-10-26
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
8 b64Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Add the runtime code that acts as the invokedynamic bootstrap for lambda expression creation.  Include type and consistency checks.  Implementation for JDK8 is to generate an inner class that implements the functional interface.  Serialization is not included in this task and will be handled in a separate task.

The approach is described here:
   http://cr.openjdk.java.net/~briangoetz/lambda/lambda-translation.html