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

changeset 3182
65a8ff39a6da
parent 3180
81aa07130d30
child 3457
0b3d1ec6eaee
     1.1 --- a/src/share/vm/gc_implementation/g1/vmStructs_g1.hpp	Mon Sep 12 16:09:50 2011 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/vmStructs_g1.hpp	Wed Oct 05 08:44:10 2011 -0700
     1.3 @@ -31,7 +31,7 @@
     1.4  
     1.5  #define VM_STRUCTS_G1(nonstatic_field, static_field)                          \
     1.6                                                                                \
     1.7 -  static_field(HeapRegion, GrainBytes, int)                                   \
     1.8 +  static_field(HeapRegion, GrainBytes, size_t)                                \
     1.9                                                                                \
    1.10    nonstatic_field(HeapRegionSeq,   _regions, HeapRegion**)                    \
    1.11    nonstatic_field(HeapRegionSeq,   _length,  size_t)                          \

mercurial