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

changeset 5726
69f26e8e09f9
parent 3713
720b6a76dd9d
child 5773
a19bea467577
     1.1 --- a/src/share/vm/gc_implementation/g1/vmStructs_g1.hpp	Fri Sep 13 04:16:54 2013 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/vmStructs_g1.hpp	Fri Sep 13 16:55:44 2013 -0700
     1.3 @@ -31,7 +31,8 @@
     1.4  
     1.5  #define VM_STRUCTS_G1(nonstatic_field, static_field)                          \
     1.6                                                                                \
     1.7 -  static_field(HeapRegion, GrainBytes, size_t)                                \
     1.8 +  static_field(HeapRegion, GrainBytes,        size_t)                         \
     1.9 +  static_field(HeapRegion, LogOfHRGrainBytes, int)                            \
    1.10                                                                                \
    1.11    nonstatic_field(HeapRegionSeq,   _regions, HeapRegion**)                    \
    1.12    nonstatic_field(HeapRegionSeq,   _length,  uint)                            \

mercurial