mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-12 14:39:49 +00:00
8306749: Make CardTable::invalidate non-virtual
Reviewed-by: tschatzl
This commit is contained in:
parent
86f41a4c42
commit
c5910fa065
@ -133,7 +133,7 @@ public:
|
||||
return byte_for(p) + 1;
|
||||
}
|
||||
|
||||
virtual void invalidate(MemRegion mr);
|
||||
void invalidate(MemRegion mr);
|
||||
|
||||
// Provide read-only access to the card table array.
|
||||
const CardValue* byte_for_const(const void* p) const {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user