Reduce work in java.lang.invoke initializers

XMLWordPrintable

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

      There's still quite a bit of potentially unnecessary work being done in java.lang.invoke class initializers, e.g.:

      - Setting up a substantial number of NamedFunctions eagerly
      - Doing native calls and string manipulation to get simple class names of wrapper and primitive types
      - Excessive String manipulation

      Cleaning this up help to further reduce some memory churn and work during lambda bootstrap.

            Assignee:
            Claes Redestad
            Reporter:
            Claes Redestad
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: