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

Parallel: Remove unused ParallelCompactData::clear_range

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • None
    • hotspot
    • gc
    • b11

      The following method is never used and can be removed.

        void clear_range(HeapWord* beg, HeapWord* end) {
          clear_range(addr_to_region_idx(beg), addr_to_region_idx(end));
        }

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

              Created:
              Updated:
              Resolved: