--- 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(),