mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-05 03:05:47 +00:00
8277904: G1: Remove G1CardSetArray::max_entries
Reviewed-by: tschatzl
This commit is contained in:
parent
45e8973a22
commit
960bdde7eb
@ -228,7 +228,6 @@ public:
|
||||
void iterate(CardVisitor& found);
|
||||
|
||||
size_t num_entries() const { return _num_entries & EntryMask; }
|
||||
size_t max_entries() const { return _size; }
|
||||
|
||||
static size_t header_size_in_bytes() { return header_size_in_bytes_internal<G1CardSetArray>(); }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user