< prev index next >

src/share/vm/runtime/vmStructs.cpp

Print this page
rev 7318 : 8064721: The card tables only ever need two covering regions

*** 471,481 **** /* Generation and Space hierarchies */ \ /**********************************************************************************/ \ \ 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*) \ \ nonstatic_field(BlockOffsetSharedArray, _reserved, MemRegion) \ --- 471,480 ----
< prev index next >