hotspot/src/share/vm/gc_implementation/g1/vmStructs_g1.hpp
changeset 20011 d74937287461
parent 12381 1438e0fbfa27
child 20083 df032615dd00
equal deleted inserted replaced
20010:c66a7254680c 20011:d74937287461
    29 #include "gc_implementation/g1/heapRegionSeq.inline.hpp"
    29 #include "gc_implementation/g1/heapRegionSeq.inline.hpp"
    30 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp"
    30 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp"
    31 
    31 
    32 #define VM_STRUCTS_G1(nonstatic_field, static_field)                          \
    32 #define VM_STRUCTS_G1(nonstatic_field, static_field)                          \
    33                                                                               \
    33                                                                               \
    34   static_field(HeapRegion, GrainBytes, size_t)                                \
    34   static_field(HeapRegion, GrainBytes,        size_t)                         \
       
    35   static_field(HeapRegion, LogOfHRGrainBytes, int)                            \
    35                                                                               \
    36                                                                               \
    36   nonstatic_field(HeapRegionSeq,   _regions, HeapRegion**)                    \
    37   nonstatic_field(HeapRegionSeq,   _regions, HeapRegion**)                    \
    37   nonstatic_field(HeapRegionSeq,   _length,  uint)                            \
    38   nonstatic_field(HeapRegionSeq,   _length,  uint)                            \
    38                                                                               \
    39                                                                               \
    39   nonstatic_field(G1CollectedHeap, _hrs,                HeapRegionSeq)        \
    40   nonstatic_field(G1CollectedHeap, _hrs,                HeapRegionSeq)        \