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

changeset 6385
58fc1b1523dc
parent 6198
55fb97c4c58d
child 6876
710a3c8b516e
child 6990
1526a938e670
     1.1 --- a/src/share/vm/gc_implementation/g1/vmStructs_g1.hpp	Thu Mar 06 11:11:04 2014 +0100
     1.2 +++ b/src/share/vm/gc_implementation/g1/vmStructs_g1.hpp	Fri Mar 14 10:15:46 2014 +0100
     1.3 @@ -57,9 +57,10 @@
     1.4    nonstatic_field(G1MonitoringSupport, _old_committed,      size_t)           \
     1.5    nonstatic_field(G1MonitoringSupport, _old_used,           size_t)           \
     1.6                                                                                \
     1.7 -  nonstatic_field(HeapRegionSetBase,   _length,             uint)             \
     1.8 -  nonstatic_field(HeapRegionSetBase,   _region_num,         uint)             \
     1.9 -  nonstatic_field(HeapRegionSetBase,   _total_used_bytes,   size_t)           \
    1.10 +  nonstatic_field(HeapRegionSetBase,   _count,          HeapRegionSetCount)   \
    1.11 +                                                                              \
    1.12 +  nonstatic_field(HeapRegionSetCount,  _length,         uint)                 \
    1.13 +  nonstatic_field(HeapRegionSetCount,  _capacity,       size_t)               \
    1.14  
    1.15  
    1.16  #define VM_TYPES_G1(declare_type, declare_toplevel_type)                      \
    1.17 @@ -71,6 +72,7 @@
    1.18    declare_type(HeapRegion, ContiguousSpace)                                   \
    1.19    declare_toplevel_type(HeapRegionSeq)                                        \
    1.20    declare_toplevel_type(HeapRegionSetBase)                                    \
    1.21 +  declare_toplevel_type(HeapRegionSetCount)                                   \
    1.22    declare_toplevel_type(G1MonitoringSupport)                                  \
    1.23                                                                                \
    1.24    declare_toplevel_type(G1CollectedHeap*)                                     \

mercurial