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

Merge FilteringDCTOC into ContiguousSpaceDCTOC

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 20
    • 20
    • hotspot
    • gc
    • b27

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: