< prev index next >

src/share/vm/gc/parallel/gcTaskManager.hpp

Print this page
rev 11508 : 8157240: GC task trace logging is incomprehensible
Reviewed-by: tschatzl
rev 11509 : [mq]: code_review1

@@ -554,12 +554,12 @@
   }
   // Create a GC worker and install into GCTaskManager
   GCTaskThread* install_worker(uint worker_id);
   // Add GC workers as needed.
   void add_workers(bool initializing);
-  // Return the thread name of a worker
-  char *worker_name(uint which);
+  // Base name (without worker id #) of threads.
+  const char* group_name();
 };
 
 //
 // Some exemplary GCTasks.
 //
< prev index next >