src/share/vm/runtime/thread.hpp

changeset 9191
a0373be7fe1b
parent 7627
d68158e12cea
child 9203
53eec13fbaa5
child 9355
792ccf73293a
equal deleted inserted replaced
9190:e24cbebe3ee8 9191:a0373be7fe1b
49 #include "utilities/top.hpp" 49 #include "utilities/top.hpp"
50 #if INCLUDE_ALL_GCS 50 #if INCLUDE_ALL_GCS
51 #include "gc_implementation/g1/dirtyCardQueue.hpp" 51 #include "gc_implementation/g1/dirtyCardQueue.hpp"
52 #include "gc_implementation/g1/satbQueue.hpp" 52 #include "gc_implementation/g1/satbQueue.hpp"
53 #endif // INCLUDE_ALL_GCS 53 #endif // INCLUDE_ALL_GCS
54 #ifdef ZERO
55 #ifdef TARGET_ARCH_zero 54 #ifdef TARGET_ARCH_zero
56 # include "stack_zero.hpp" 55 # include "stack_zero.hpp"
57 #endif
58 #endif 56 #endif
59 57
60 class ThreadSafepointState; 58 class ThreadSafepointState;
61 class ThreadProfiler; 59 class ThreadProfiler;
62 60

mercurial