< prev index next >

src/hotspot/share/gc/g1/vmStructs_g1.hpp

Print this page
rev 56812 : imported patch 8189737-stefanj-review

*** 36,46 **** --- 36,49 ---- \ static_field(HeapRegion, GrainBytes, size_t) \ static_field(HeapRegion, LogOfHRGrainBytes, int) \ \ nonstatic_field(HeapRegion, _type, HeapRegionType) \ + nonstatic_field(HeapRegion, _bottom, HeapWord*) \ nonstatic_field(HeapRegion, _top, HeapWord* volatile) \ + nonstatic_field(HeapRegion, _end, HeapWord*) \ + nonstatic_field(HeapRegion, _compaction_top, HeapWord*) \ \ nonstatic_field(HeapRegionType, _tag, HeapRegionType::Tag volatile) \ \ \ nonstatic_field(G1HeapRegionTable, _base, address) \
< prev index next >