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

Drastically reduce memory footprint of ChainedCallSite

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • 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.

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

                Created:
                Updated:
                Resolved: