mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-25 07:09:55 +00:00
8302868: Serial: Remove CardTableRS::initialize
Reviewed-by: tschatzl
This commit is contained in:
parent
f35cf79b51
commit
9fd77c7b9b
@ -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,
|
||||
|
||||
@ -62,7 +62,6 @@ public:
|
||||
}
|
||||
|
||||
void verify();
|
||||
void initialize() override;
|
||||
|
||||
void clear_into_younger(Generation* old_gen);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user