< prev index next >

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

Print this page
rev 8362 : [mq]: hotspot

@@ -21,15 +21,15 @@
  * questions.
  *
  */
 
 #include "precompiled.hpp"
+#include "gc/shared/workgroup.hpp"
 #include "memory/allocation.hpp"
 #include "memory/allocation.inline.hpp"
 #include "runtime/atomic.inline.hpp"
 #include "runtime/os.hpp"
-#include "utilities/workgroup.hpp"
 
 // Definitions of WorkGang methods.
 
 AbstractWorkGang::AbstractWorkGang(const char* name,
                                    bool  are_GC_task_threads,
< prev index next >