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

G1 list of all PerRegionTable does not have to be a double linkedlist any more

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 15
    • 14
    • hotspot
    • gc
    • b14

      The list used to track all PerRegionTable-s does not need to be maintained as a double linkedlist. Entries deleted from the _fine_grain_regions table are reused in place (for the all-regions-list), and thus unlink_from_all is not used any more. Therefore the all-regions-list can be maintained consistently even a single linkedlist.

            iwalulya Ivan Walulya
            iwalulya Ivan Walulya
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: