src/share/vm/gc_implementation/g1/heapRegion.cpp

changeset 1231
29e7d79232b9
parent 1186
20c6f43950b5
child 1246
830ca2573896
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegion.cpp	Mon May 18 11:52:46 2009 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegion.cpp	Tue May 19 04:05:31 2009 -0700
     1.3 @@ -351,6 +351,7 @@
     1.4      _claimed(InitialClaimValue), _evacuation_failed(false),
     1.5      _prev_marked_bytes(0), _next_marked_bytes(0), _sort_index(-1),
     1.6      _young_type(NotYoung), _next_young_region(NULL),
     1.7 +    _next_dirty_cards_region(NULL),
     1.8      _young_index_in_cset(-1), _surv_rate_group(NULL), _age_index(-1),
     1.9      _rem_set(NULL), _zfs(NotZeroFilled)
    1.10  {

mercurial