< 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

@@ -554,10 +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);
+  // Base name (without worker id #) of threads.
+  const char* group_name();
 };
 
 //
 // Some exemplary GCTasks.
 //
< prev index next >