Details
-
Sub-task
-
Resolution: Fixed
-
P2
-
8
-
b64
-
generic
-
generic
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
The approach is described here:
http://cr.openjdk.java.net/~briangoetz/lambda/lambda-translation.html
Attachments
Issue Links
- relates to
-
JDK-8021109 Add serialVersionUID to LambdaConversionException.java
- Resolved
-
JDK-8003244 No appropriate CCC request for changes introduced by JDK-8000806
- Closed
-
JDK-8000694 Add generation of lambda implementation code: invokedynamic call, lambda method, adaptor methods
- Closed