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

G1: Remove unnecessary update in FreeRegionList::remove_starting_at

XMLWordPrintable

    • gc
    • b08

      FreeRegionList::remove_starting_at(...) traverses from a node and removes subsequent N nodes from free list. But when traverse the free list, it remove nodes one by one by setting the prev and next pointers of prev and next node. it's not necessary do these settings, as we can remove target nodes at once.

            mli Hamlin Li
            mli Hamlin Li
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: