hotspot/src/share/vm/gc_implementation/g1/vmStructs_g1.hpp
changeset 10677 370a8da2d63f
parent 10675 8b887b2cb116
child 11577 0af7e6e062a7
--- a/hotspot/src/share/vm/gc_implementation/g1/vmStructs_g1.hpp	Mon Sep 12 16:09:50 2011 +0200
+++ b/hotspot/src/share/vm/gc_implementation/g1/vmStructs_g1.hpp	Wed Oct 05 08:44:10 2011 -0700
@@ -31,7 +31,7 @@
 
 #define VM_STRUCTS_G1(nonstatic_field, static_field)                          \
                                                                               \
-  static_field(HeapRegion, GrainBytes, int)                                   \
+  static_field(HeapRegion, GrainBytes, size_t)                                \
                                                                               \
   nonstatic_field(HeapRegionSeq,   _regions, HeapRegion**)                    \
   nonstatic_field(HeapRegionSeq,   _length,  size_t)                          \