< prev index next >

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

Print this page
rev 48034 : 8191564: Refactor GC related servicability code into GC specific subclasses
Reviewed-by: ehelin, eosterlund

*** 110,119 **** --- 110,122 ---- // Data structure for claiming the (potentially) parallel tasks in // (gen-specific) roots processing. SubTasksDone* _process_strong_tasks; + GCMemoryManager* _young_manager; + GCMemoryManager* _old_manager; + // Helper functions for allocation HeapWord* attempt_allocation(size_t size, bool is_tlab, bool first_only);
< prev index next >