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

AOT-linking of invokedynamic for lambda expression and string concat

XMLWordPrintable

      Resolution of dynamic bytecodes such as invokedynamic and invokehandle requires the creation of many objects such as LambdaForm, MethodType, MethodHandle, etc. Also, in many cases, LambdaForm${MH,DMH} classes are generated dynamically.

      The goal is this RFE is to improve start-up time by generate all these resolution artifacts ahead-of-time during CDS archive creation.

            iklam Ioi Lam
            iklam Ioi Lam
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: