mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8064721: The card tables only ever need two covering regions
Reviewed-by: jmasa, tschatzl, kbarrett
This commit is contained in:
parent
2616e09389
commit
f3997d8eed
17 changed files with 35 additions and 75 deletions
|
@ -473,7 +473,6 @@ typedef TwoOopHashtable<Symbol*, mtClass> SymbolTwoOopHashtable;
|
|||
\
|
||||
unchecked_nonstatic_field(ageTable, sizes, sizeof(ageTable::sizes)) \
|
||||
\
|
||||
nonstatic_field(BarrierSet, _max_covered_regions, int) \
|
||||
nonstatic_field(BarrierSet, _kind, BarrierSet::Name) \
|
||||
nonstatic_field(BlockOffsetTable, _bottom, HeapWord*) \
|
||||
nonstatic_field(BlockOffsetTable, _end, HeapWord*) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue