hotspot/src/share/vm/gc/g1/heapRegion.cpp
changeset 39698 4016de4e596b
parent 38183 cb68e4923223
child 39979 b17e445924da
equal deleted inserted replaced
39697:1f34864a0347 39698:4016de4e596b
   282                        MemRegion mr) :
   282                        MemRegion mr) :
   283     G1ContiguousSpace(bot),
   283     G1ContiguousSpace(bot),
   284     _hrm_index(hrm_index),
   284     _hrm_index(hrm_index),
   285     _allocation_context(AllocationContext::system()),
   285     _allocation_context(AllocationContext::system()),
   286     _humongous_start_region(NULL),
   286     _humongous_start_region(NULL),
   287     _next_in_special_set(NULL),
       
   288     _evacuation_failed(false),
   287     _evacuation_failed(false),
   289     _prev_marked_bytes(0), _next_marked_bytes(0), _gc_efficiency(0.0),
   288     _prev_marked_bytes(0), _next_marked_bytes(0), _gc_efficiency(0.0),
   290     _next(NULL), _prev(NULL),
   289     _next(NULL), _prev(NULL),
   291 #ifdef ASSERT
   290 #ifdef ASSERT
   292     _containing_set(NULL),
   291     _containing_set(NULL),