mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-21 21:33:07 +00:00
8338393: Parallel: Remove unused ParallelCompactData::clear_range
Reviewed-by: tschatzl
This commit is contained in:
parent
d8e4d3f2d6
commit
0e3903f2eb
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user