Merge FilteringDCTOC into ContiguousSpaceDCTOC

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 20
    • Affects Version/s: 20
    • Component/s: hotspot
    • gc
    • b27

      In `src/hotspot/share/gc/shared/space.hpp`:

      ```
      class FilteringDCTOC : public DirtyCardToOopClosure {

      class ContiguousSpaceDCTOC : public FilteringDCTOC {
      ```

      `FilteringDCTOC` has only a single subclass. One can merge super/sub class and some virtual methods would become non-virtual.

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

              Created:
              Updated:
              Resolved: