src/share/vm/runtime/thread.hpp

changeset 9299
c6b5a99cea9e
parent 9289
427b2fb1944f
child 9355
792ccf73293a
equal deleted inserted replaced
9294:de8045923ad2 9299:c6b5a99cea9e
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