8302868: Serial: Remove CardTableRS::initialize

Reviewed-by: tschatzl
This commit is contained in:
Albert Mingkun Yang 2023-02-21 09:25:51 +00:00
parent f35cf79b51
commit 9fd77c7b9b
2 changed files with 0 additions and 5 deletions

View File

@ -434,10 +434,6 @@ void CardTableRS::verify() {
CardTableRS::CardTableRS(MemRegion whole_heap) :
CardTable(whole_heap) { }
void CardTableRS::initialize() {
CardTable::initialize();
}
void CardTableRS::non_clean_card_iterate(TenuredSpace* sp,
MemRegion mr,
OopIterateClosure* cl,

View File

@ -62,7 +62,6 @@ public:
}
void verify();
void initialize() override;
void clear_into_younger(Generation* old_gen);