< prev index next >

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

Print this page
rev 8362 : [mq]: hotspot

*** 20,31 **** * 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 #include "memory/allocation.hpp" #include "utilities/stack.hpp" // Simple TaskQueue stats that are collected by default in debug builds. --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #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,560 **** typedef OverflowTaskQueue<size_t, mtInternal> RegionTaskQueue; typedef GenericTaskQueueSet<RegionTaskQueue, mtClass> RegionTaskQueueSet; ! #endif // SHARE_VM_UTILITIES_TASKQUEUE_HPP --- 555,560 ---- typedef OverflowTaskQueue<size_t, mtInternal> RegionTaskQueue; typedef GenericTaskQueueSet<RegionTaskQueue, mtClass> RegionTaskQueueSet; ! #endif // SHARE_VM_GC_SHARED_TASKQUEUE_HPP
< prev index next >