< prev index next >
src/share/vm/gc/g1/heapRegion.cpp
Print this page
rev 11552 : imported patch 8159978-collection-set-as-array
@@ -282,11 +282,10 @@
MemRegion mr) :
G1ContiguousSpace(bot),
_hrm_index(hrm_index),
_allocation_context(AllocationContext::system()),
_humongous_start_region(NULL),
- _next_in_special_set(NULL),
_evacuation_failed(false),
_prev_marked_bytes(0), _next_marked_bytes(0), _gc_efficiency(0.0),
_next(NULL), _prev(NULL),
#ifdef ASSERT
_containing_set(NULL),
< prev index next >