8325436: G1: Remove unused G1RegionMarkStats::is_clear
Reviewed-by: tschatzl
This commit is contained in:
parent
3c91b59ef9
commit
ab5e94777c
@ -48,8 +48,6 @@ struct G1RegionMarkStats {
|
||||
// are updated by the atomic mark. We do not remark objects after overflow.
|
||||
void clear_during_overflow() {
|
||||
}
|
||||
|
||||
bool is_clear() const { return _live_words == 0; }
|
||||
};
|
||||
|
||||
// Per-marking thread cache for the region mark statistics.
|
||||
|
Loading…
x
Reference in New Issue
Block a user