8338393: Parallel: Remove unused ParallelCompactData::clear_range

Reviewed-by: tschatzl
This commit is contained in:
Albert Mingkun Yang 2024-08-14 16:49:11 +00:00
parent d8e4d3f2d6
commit 0e3903f2eb

View File

@ -374,9 +374,6 @@ public:
HeapWord** target_next);
void clear_range(size_t beg_region, size_t end_region);
void clear_range(HeapWord* beg, HeapWord* end) {
clear_range(addr_to_region_idx(beg), addr_to_region_idx(end));
}
// Return the number of words between addr and the start of the region
// containing addr.