hotspot/src/share/vm/gc/parallel/gcTaskManager.hpp
changeset 39704 157f39705057
parent 38216 250794c6f95f
child 40096 246c62cd9180
equal deleted inserted replaced
39703:66722c5bc87a 39704:157f39705057
   554   }
   554   }
   555   // Create a GC worker and install into GCTaskManager
   555   // Create a GC worker and install into GCTaskManager
   556   GCTaskThread* install_worker(uint worker_id);
   556   GCTaskThread* install_worker(uint worker_id);
   557   // Add GC workers as needed.
   557   // Add GC workers as needed.
   558   void add_workers(bool initializing);
   558   void add_workers(bool initializing);
       
   559   // Base name (without worker id #) of threads.
       
   560   const char* group_name();
   559 };
   561 };
   560 
   562 
   561 //
   563 //
   562 // Some exemplary GCTasks.
   564 // Some exemplary GCTasks.
   563 //
   565 //