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

Reduce memory churn when linking VarHandles operations

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 10
    • 9
    • core-libs
    • None

      When a VarHandle is first linked to the call site the method MethodHandleNatives.varHandleOperationLinkerMethod is called.

      This method can be made a little more efficient, reducing the number of temporary method types created (interned and possible recuperated with a GC occurs) and guard method type can be created without any memory copy of the method type parameters.

            psandoz Paul Sandoz
            psandoz Paul Sandoz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: