src/share/vm/gc_implementation/g1/vmStructs_g1.hpp

changeset 7050
6701abbc4441
parent 6990
1526a938e670
child 7091
a8ea2f110d87
     1.1 --- a/src/share/vm/gc_implementation/g1/vmStructs_g1.hpp	Tue Aug 19 12:39:06 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/vmStructs_g1.hpp	Tue Aug 19 10:50:27 2014 +0200
     1.3 @@ -43,10 +43,9 @@
     1.4    nonstatic_field(G1HeapRegionTable, _shift_by,         uint)                 \
     1.5                                                                                \
     1.6    nonstatic_field(HeapRegionSeq,   _regions,            G1HeapRegionTable)    \
     1.7 -  nonstatic_field(HeapRegionSeq,   _committed_length,   uint)                 \
     1.8 +  nonstatic_field(HeapRegionSeq,   _num_committed,      uint)                 \
     1.9                                                                                \
    1.10    nonstatic_field(G1CollectedHeap, _hrs,                HeapRegionSeq)        \
    1.11 -  nonstatic_field(G1CollectedHeap, _g1_committed,       MemRegion)            \
    1.12    nonstatic_field(G1CollectedHeap, _summary_bytes_used, size_t)               \
    1.13    nonstatic_field(G1CollectedHeap, _g1mm,               G1MonitoringSupport*) \
    1.14    nonstatic_field(G1CollectedHeap, _old_set,            HeapRegionSetBase)    \

mercurial