hotspot/src/share/vm/gc_implementation/g1/vmStructs_g1.hpp
changeset 10677 370a8da2d63f
parent 10675 8b887b2cb116
child 11577 0af7e6e062a7
equal deleted inserted replaced
10676:1e1510b8031a 10677:370a8da2d63f
    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, int)                                   \
    34   static_field(HeapRegion, GrainBytes, size_t)                                \
    35                                                                               \
    35                                                                               \
    36   nonstatic_field(HeapRegionSeq,   _regions, HeapRegion**)                    \
    36   nonstatic_field(HeapRegionSeq,   _regions, HeapRegion**)                    \
    37   nonstatic_field(HeapRegionSeq,   _length,  size_t)                          \
    37   nonstatic_field(HeapRegionSeq,   _length,  size_t)                          \
    38                                                                               \
    38                                                                               \
    39   nonstatic_field(G1CollectedHeap, _hrs,                HeapRegionSeq)        \
    39   nonstatic_field(G1CollectedHeap, _hrs,                HeapRegionSeq)        \