hotspot/src/share/vm/gc/shared/workgroup.cpp
changeset 40655 9f644073d3a0
parent 40096 246c62cd9180
child 41279 5a7c83da4a2d
equal deleted inserted replaced
40654:d4f8e348420a 40655:9f644073d3a0
    26 #include "gc/shared/gcId.hpp"
    26 #include "gc/shared/gcId.hpp"
    27 #include "gc/shared/workgroup.hpp"
    27 #include "gc/shared/workgroup.hpp"
    28 #include "gc/shared/workerManager.hpp"
    28 #include "gc/shared/workerManager.hpp"
    29 #include "memory/allocation.hpp"
    29 #include "memory/allocation.hpp"
    30 #include "memory/allocation.inline.hpp"
    30 #include "memory/allocation.inline.hpp"
    31 #include "runtime/atomic.inline.hpp"
    31 #include "runtime/atomic.hpp"
    32 #include "runtime/os.hpp"
    32 #include "runtime/os.hpp"
    33 #include "runtime/semaphore.hpp"
    33 #include "runtime/semaphore.hpp"
    34 #include "runtime/thread.inline.hpp"
    34 #include "runtime/thread.inline.hpp"
    35 
    35 
    36 // Definitions of WorkGang methods.
    36 // Definitions of WorkGang methods.