src/hotspot/share/gc/shared/taskqueue.hpp
changeset 48157 7c4d43c26352
parent 48140 ae61a5eb9da4
child 49911 358be4680d12
equal deleted inserted replaced
48156:a8f9aac3c2e5 48157:7c4d43c26352
    24 
    24 
    25 #ifndef SHARE_VM_GC_SHARED_TASKQUEUE_HPP
    25 #ifndef SHARE_VM_GC_SHARED_TASKQUEUE_HPP
    26 #define SHARE_VM_GC_SHARED_TASKQUEUE_HPP
    26 #define SHARE_VM_GC_SHARED_TASKQUEUE_HPP
    27 
    27 
    28 #include "memory/allocation.hpp"
    28 #include "memory/allocation.hpp"
       
    29 #include "oops/oopsHierarchy.hpp"
       
    30 #include "utilities/ostream.hpp"
    29 #include "utilities/stack.hpp"
    31 #include "utilities/stack.hpp"
    30 
    32 
    31 // Simple TaskQueue stats that are collected by default in debug builds.
    33 // Simple TaskQueue stats that are collected by default in debug builds.
    32 
    34 
    33 #if !defined(TASKQUEUE_STATS) && defined(ASSERT)
    35 #if !defined(TASKQUEUE_STATS) && defined(ASSERT)