Parallel: Remove unnecessary region resizing methods in PSCardTable

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 19
    • Affects Version/s: 19
    • Component/s: hotspot
    • gc
    • b07

      In Parallel collector, both young and old gen grows/shrinks at the high end; the start address (bottom) is fixed at startup. Therefore, methods like `resize_covered_region_by_end`, used for adjusting the starting address based on `end`, are not needed.

      After removing it, one can see `PSCardTable` effectively calls the methods in the base class for resizing regions, so `resize_covered_region` and `resize_covered_region_by_start` can be remove as well.

            Assignee:
            Albert Yang
            Reporter:
            Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: