hotspot/src/share/vm/gc/g1/heapRegion.cpp
changeset 38183 cb68e4923223
parent 38154 4c30333c304e
child 39698 4016de4e596b
equal deleted inserted replaced
38173:73d05e56ec86 38183:cb68e4923223
   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),
   287     _next_in_special_set(NULL),
   288     _evacuation_failed(false),
   288     _evacuation_failed(false),
   289     _prev_marked_bytes(0), _next_marked_bytes(0), _gc_efficiency(0.0),
   289     _prev_marked_bytes(0), _next_marked_bytes(0), _gc_efficiency(0.0),
   290     _next_young_region(NULL),
       
   291     _next(NULL), _prev(NULL),
   290     _next(NULL), _prev(NULL),
   292 #ifdef ASSERT
   291 #ifdef ASSERT
   293     _containing_set(NULL),
   292     _containing_set(NULL),
   294 #endif // ASSERT
   293 #endif // ASSERT
   295      _young_index_in_cset(-1), _surv_rate_group(NULL), _age_index(-1),
   294      _young_index_in_cset(-1), _surv_rate_group(NULL), _age_index(-1),