hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp
changeset 2883 406d1e6d1aa1
parent 2741 34e2a243d69a
child 3000 bbce6052b595
equal deleted inserted replaced
2882:d508a8bac491 2883:406d1e6d1aa1
   349     _is_on_free_list(false), _is_on_unclean_list(false),
   349     _is_on_free_list(false), _is_on_unclean_list(false),
   350     _next_in_special_set(NULL), _orig_end(NULL),
   350     _next_in_special_set(NULL), _orig_end(NULL),
   351     _claimed(InitialClaimValue), _evacuation_failed(false),
   351     _claimed(InitialClaimValue), _evacuation_failed(false),
   352     _prev_marked_bytes(0), _next_marked_bytes(0), _sort_index(-1),
   352     _prev_marked_bytes(0), _next_marked_bytes(0), _sort_index(-1),
   353     _young_type(NotYoung), _next_young_region(NULL),
   353     _young_type(NotYoung), _next_young_region(NULL),
       
   354     _next_dirty_cards_region(NULL),
   354     _young_index_in_cset(-1), _surv_rate_group(NULL), _age_index(-1),
   355     _young_index_in_cset(-1), _surv_rate_group(NULL), _age_index(-1),
   355     _rem_set(NULL), _zfs(NotZeroFilled)
   356     _rem_set(NULL), _zfs(NotZeroFilled)
   356 {
   357 {
   357   _orig_end = mr.end();
   358   _orig_end = mr.end();
   358   // Note that initialize() will set the start of the unmarked area of the
   359   // Note that initialize() will set the start of the unmarked area of the