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

changeset 3713
720b6a76dd9d
parent 3457
0b3d1ec6eaee
child 5726
69f26e8e09f9
     1.1 --- a/src/share/vm/gc_implementation/g1/vmStructs_g1.hpp	Wed Apr 11 16:18:45 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/vmStructs_g1.hpp	Wed Apr 18 07:21:15 2012 -0400
     1.3 @@ -34,7 +34,7 @@
     1.4    static_field(HeapRegion, GrainBytes, size_t)                                \
     1.5                                                                                \
     1.6    nonstatic_field(HeapRegionSeq,   _regions, HeapRegion**)                    \
     1.7 -  nonstatic_field(HeapRegionSeq,   _length,  size_t)                          \
     1.8 +  nonstatic_field(HeapRegionSeq,   _length,  uint)                            \
     1.9                                                                                \
    1.10    nonstatic_field(G1CollectedHeap, _hrs,                HeapRegionSeq)        \
    1.11    nonstatic_field(G1CollectedHeap, _g1_committed,       MemRegion)            \
    1.12 @@ -50,8 +50,8 @@
    1.13    nonstatic_field(G1MonitoringSupport, _old_committed,      size_t)           \
    1.14    nonstatic_field(G1MonitoringSupport, _old_used,           size_t)           \
    1.15                                                                                \
    1.16 -  nonstatic_field(HeapRegionSetBase,   _length,             size_t)           \
    1.17 -  nonstatic_field(HeapRegionSetBase,   _region_num,         size_t)           \
    1.18 +  nonstatic_field(HeapRegionSetBase,   _length,             uint)             \
    1.19 +  nonstatic_field(HeapRegionSetBase,   _region_num,         uint)             \
    1.20    nonstatic_field(HeapRegionSetBase,   _total_used_bytes,   size_t)           \
    1.21  
    1.22  

mercurial