Use more efficient LambdaForm type representation

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: core-libs

      During LambdaForm construction, LambdaForm type is usually constructed from String representation:
      jdk/src/java.base/share/classes/java/lang/invoke/LambdaForm.java:
          MethodType methodType() {
              return signatureType(basicTypeSignature());
          }

      The more efficient way is to directly construct LambdaForm type and not bother with intermediate String representation.

            Assignee:
            Michael Haupt
            Reporter:
            Vladimir Ivanov
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: