hotspot/src/share/vm/utilities/yieldingWorkgroup.hpp
changeset 1374 4c24294029a9
parent 1 489c9b5090e2
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/utilities/yieldingWorkgroup.hpp	Wed Jun 04 13:51:09 2008 -0700
+++ b/hotspot/src/share/vm/utilities/yieldingWorkgroup.hpp	Thu Jun 05 15:57:56 2008 -0700
@@ -143,7 +143,8 @@
   // Here's the public interface to this class.
 public:
   // Constructor and destructor.
-  YieldingFlexibleWorkGang(const char* name, int workers, bool are_GC_threads);
+  YieldingFlexibleWorkGang(const char* name, int workers,
+                           bool are_GC_task_threads);
 
   YieldingFlexibleGangTask* yielding_task() const {
     assert(task() == NULL || task()->is_YieldingFlexibleGang_task(),