hotspot/src/share/vm/gc/shared/workgroup.hpp
changeset 39704 157f39705057
parent 39231 e6aa09b4f1b9
child 40096 246c62cd9180
equal deleted inserted replaced
39703:66722c5bc87a 39704:157f39705057
   174   void add_workers(uint active_workers, bool initializing);
   174   void add_workers(uint active_workers, bool initializing);
   175 
   175 
   176   // Return the Ith worker.
   176   // Return the Ith worker.
   177   AbstractGangWorker* worker(uint i) const;
   177   AbstractGangWorker* worker(uint i) const;
   178 
   178 
       
   179   // Base name (without worker id #) of threads.
       
   180   const char* group_name() { return name(); }
       
   181 
   179   void threads_do(ThreadClosure* tc) const;
   182   void threads_do(ThreadClosure* tc) const;
   180 
   183 
   181   // Create a GC worker and install it into the work gang.
   184   // Create a GC worker and install it into the work gang.
   182   virtual AbstractGangWorker* install_worker(uint which);
   185   virtual AbstractGangWorker* install_worker(uint which);
   183 
   186