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

changeset 6990
1526a938e670
parent 6385
58fc1b1523dc
child 7050
6701abbc4441
     1.1 --- a/src/share/vm/gc_implementation/g1/vmStructs_g1.hpp	Thu Jun 26 13:20:18 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/vmStructs_g1.hpp	Thu Jun 26 11:36:58 2014 +0200
     1.3 @@ -34,6 +34,8 @@
     1.4    static_field(HeapRegion, GrainBytes,        size_t)                         \
     1.5    static_field(HeapRegion, LogOfHRGrainBytes, int)                            \
     1.6                                                                                \
     1.7 +  nonstatic_field(G1OffsetTableContigSpace, _top,       HeapWord*)            \
     1.8 +                                                                              \
     1.9    nonstatic_field(G1HeapRegionTable, _base,             address)              \
    1.10    nonstatic_field(G1HeapRegionTable, _length,           size_t)               \
    1.11    nonstatic_field(G1HeapRegionTable, _biased_base,      address)              \
    1.12 @@ -69,7 +71,8 @@
    1.13                                                                                \
    1.14    declare_type(G1CollectedHeap, SharedHeap)                                   \
    1.15                                                                                \
    1.16 -  declare_type(HeapRegion, ContiguousSpace)                                   \
    1.17 +  declare_type(G1OffsetTableContigSpace, CompactibleSpace)                    \
    1.18 +  declare_type(HeapRegion, G1OffsetTableContigSpace)                          \
    1.19    declare_toplevel_type(HeapRegionSeq)                                        \
    1.20    declare_toplevel_type(HeapRegionSetBase)                                    \
    1.21    declare_toplevel_type(HeapRegionSetCount)                                   \

mercurial