mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8186797: cardtable_rs in g1CollectedHeap::initialize() defined, but never used
Reviewed-by: tschatzl, ehelin
This commit is contained in:
parent
bf23cd443a
commit
f1ff1ca94b
1 changed files with 0 additions and 1 deletions
|
@ -1719,7 +1719,6 @@ jint G1CollectedHeap::initialize() {
|
||||||
G1BlockOffsetTable::compute_size(g1_rs.size() / HeapWordSize),
|
G1BlockOffsetTable::compute_size(g1_rs.size() / HeapWordSize),
|
||||||
G1BlockOffsetTable::heap_map_factor());
|
G1BlockOffsetTable::heap_map_factor());
|
||||||
|
|
||||||
ReservedSpace cardtable_rs(G1SATBCardTableLoggingModRefBS::compute_size(g1_rs.size() / HeapWordSize));
|
|
||||||
G1RegionToSpaceMapper* cardtable_storage =
|
G1RegionToSpaceMapper* cardtable_storage =
|
||||||
create_aux_memory_mapper("Card Table",
|
create_aux_memory_mapper("Card Table",
|
||||||
G1SATBCardTableLoggingModRefBS::compute_size(g1_rs.size() / HeapWordSize),
|
G1SATBCardTableLoggingModRefBS::compute_size(g1_rs.size() / HeapWordSize),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue