< prev index next >

src/share/vm/gc/shared/taskqueue.hpp

Print this page
rev 8362 : 8079792: GC directory structure cleanup
Reviewed-by:

@@ -20,12 +20,12 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_UTILITIES_TASKQUEUE_HPP
-#define SHARE_VM_UTILITIES_TASKQUEUE_HPP
+#ifndef SHARE_VM_GC_SHARED_TASKQUEUE_HPP
+#define SHARE_VM_GC_SHARED_TASKQUEUE_HPP
 
 #include "memory/allocation.hpp"
 #include "utilities/stack.hpp"
 
 // Simple TaskQueue stats that are collected by default in debug builds.

@@ -555,6 +555,6 @@
 
 typedef OverflowTaskQueue<size_t, mtInternal>             RegionTaskQueue;
 typedef GenericTaskQueueSet<RegionTaskQueue, mtClass>     RegionTaskQueueSet;
 
 
-#endif // SHARE_VM_UTILITIES_TASKQUEUE_HPP
+#endif // SHARE_VM_GC_SHARED_TASKQUEUE_HPP
< prev index next >