< prev index next >

src/hotspot/share/gc/g1/sparsePRT.cpp

Print this page
rev 52314 : imported patch 8211388-make-otherregionstable-unaware-of-to-region

*** 359,370 **** sprt = get_from_expanded_list(); } } ! SparsePRT::SparsePRT(HeapRegion* hr) : ! _hr(hr), _expanded(false), _next_expanded(NULL) { _cur = new RSHashTable(InitialCapacity); _next = _cur; } --- 359,370 ---- sprt = get_from_expanded_list(); } } ! SparsePRT::SparsePRT() : ! _expanded(false), _next_expanded(NULL) { _cur = new RSHashTable(InitialCapacity); _next = _cur; }
< prev index next >