Drastically reduce memory footprint of ChainedCallSite

XMLWordPrintable

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

        Drastically reduce memory footprint of ChainedCallSite by replacing an AtomicReference<LinkedList<GuardedInvocation>> by a volatile Object field that is either a GuardedInvocation or GuardedInvocation[] and using Unsafe to ensure atomic access.

              Assignee:
              Attila Szegedi
              Reporter:
              Attila Szegedi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: