< prev index next >

src/hotspot/share/gc/shared/generation.hpp

Print this page
rev 49944 : imported patch 8201492-properly-implement-non-contiguous-reference-processing
rev 49945 : imported patch 8201492-stefanj-review

*** 98,107 **** --- 98,108 ---- // Memory area reserved for generation VirtualSpace _virtual_space; // ("Weak") Reference processing support + SpanSubjectToDiscoveryClosure _span_discoverer; ReferenceProcessor* _ref_processor; // Performance Counters CollectorCounters* _gc_counters;
< prev index next >