Skip to content

Commit 9fd77c7

Browse files
committedFeb 21, 2023
8302868: Serial: Remove CardTableRS::initialize
Reviewed-by: tschatzl
1 parent f35cf79 commit 9fd77c7

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed
 

‎src/hotspot/share/gc/shared/cardTableRS.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,6 @@ void CardTableRS::verify() {
434434
CardTableRS::CardTableRS(MemRegion whole_heap) :
435435
CardTable(whole_heap) { }
436436

437-
void CardTableRS::initialize() {
438-
CardTable::initialize();
439-
}
440-
441437
void CardTableRS::non_clean_card_iterate(TenuredSpace* sp,
442438
MemRegion mr,
443439
OopIterateClosure* cl,

‎src/hotspot/share/gc/shared/cardTableRS.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ class CardTableRS : public CardTable {
6262
}
6363

6464
void verify();
65-
void initialize() override;
6665

6766
void clear_into_younger(Generation* old_gen);
6867

1 commit comments

Comments
 (1)

openjdk-notifier[bot] commented on Feb 21, 2023

@openjdk-notifier[bot]
Please sign in to comment.