Skip to content

Commit c5910fa

Browse files
committed
8306749: Make CardTable::invalidate non-virtual
Reviewed-by: tschatzl
1 parent 86f41a4 commit c5910fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/gc/shared/cardTable.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class CardTable: public CHeapObj<mtGC> {
133133
return byte_for(p) + 1;
134134
}
135135

136-
virtual void invalidate(MemRegion mr);
136+
void invalidate(MemRegion mr);
137137

138138
// Provide read-only access to the card table array.
139139
const CardValue* byte_for_const(const void* p) const {

0 commit comments

Comments
 (0)