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

Details

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

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: