Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7115044 Umbrella: Add support for lambda expressions
  3. JDK-8000694

Add generation of lambda implementation code: invokedynamic call, lambda method, adaptor methods

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P2 P2
    • 8
    • 8
    • tools
    • b64
    • generic
    • generic
    • Verified

      Implement lambda expressions by converting the lambda expression to a lambda method and calling it through invokedynamic using the lambda metafactory. Add adaptor methods if needed to handle complex call situations and some argument adaptions (like varargs).

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

            rfield Robert Field (Inactive)
            rfield Robert Field (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: