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

Simplify OopStorage::AllocateList block entry access

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 11
    • None
    • hotspot
    • None
    • gc
    • b18
    • generic
    • generic

        OopStorage::AllocateList supports having blocks in multiple lists. This is a left-over from the original implementation, when blocks were in both the _allocate_list and the _active_list. However, JDK-8200557 eliminated the _active_list, so blocks are now only ever in (at most) one list, the _allocate_list. This allows the implementation to be simplified, eliminating the multi-list support.

              kbarrett Kim Barrett
              kbarrett Kim Barrett
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: