< prev index next >

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

Print this page
rev 48000 : [mq]: open.patch

@@ -110,10 +110,13 @@
 
   // 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 >