src/hotspot/share/gc/shared/genCollectedHeap.hpp
changeset 48168 cb5d2d4453d0
parent 47819 ee36a8e36561
child 48961 120b61d50f85
equal deleted inserted replaced
48167:f04a848c6f00 48168:cb5d2d4453d0
   110 
   110 
   111   // Data structure for claiming the (potentially) parallel tasks in
   111   // Data structure for claiming the (potentially) parallel tasks in
   112   // (gen-specific) roots processing.
   112   // (gen-specific) roots processing.
   113   SubTasksDone* _process_strong_tasks;
   113   SubTasksDone* _process_strong_tasks;
   114 
   114 
       
   115   GCMemoryManager* _young_manager;
       
   116   GCMemoryManager* _old_manager;
       
   117 
   115   // Helper functions for allocation
   118   // Helper functions for allocation
   116   HeapWord* attempt_allocation(size_t size,
   119   HeapWord* attempt_allocation(size_t size,
   117                                bool   is_tlab,
   120                                bool   is_tlab,
   118                                bool   first_only);
   121                                bool   first_only);
   119 
   122