Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8024649 Umbrella: Lambda linkage performance
  3. JDK-8024630

Direct LambdaMetaFactory invocation from CallSite significantly improves lambda linkage performance

XMLWordPrintable

      LambdaMetafactory is is a quite frequent bootstrap method for invokedynamic in JDK8.
      We can do direct method (LambdaMetafactory) invocation as fastpath when proved that bootstrap MethodHandle points to LambdaMetafactory.
      The modification gives +10% - +35% to lambda linkage performance (depends on amount of lambdas).

            skuksenko Sergey Kuksenko
            skuksenko Sergey Kuksenko
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: