< prev index next >

src/share/vm/gc/shared/workgroup.hpp

Print this page
rev 11508 : [mq]: 8157240

@@ -171,10 +171,13 @@
   void add_workers(bool initializing);
 
   // Add GC workers as needed to reach the specified number of workers.
   void add_workers(uint active_workers, bool initializing);
 
+  // Return the name of the thread in the work gang
+  char* worker_name(uint which);
+
   // Return the Ith worker.
   AbstractGangWorker* worker(uint i) const;
 
   void threads_do(ThreadClosure* tc) const;
 
< prev index next >