Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8059880

Get rid of LambdaForm interpretation

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 9
    • 8u40, 9
    • core-libs

    Backports

      Description

        LambdaForm interpretation consumes excessive amount of stack space (up to 7 frames per MethodHandle in the chain).

        LambdaForm sharing significantly reduce LambdaForm interpretation. It allows to completely turn off interpretation (effectively -Djava.lang.invoke.MethodHandle.COMPILE_THRESHOLD=0) without causing startup/warmup regressions.

        Attachments

          Issue Links

            Activity

              People

                vlivanov Vladimir Ivanov
                vlivanov Vladimir Ivanov
                Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: