< prev index next >

src/hotspot/share/runtime/thread.inline.hpp

Print this page

        

*** 24,33 **** --- 24,34 ---- #ifndef SHARE_VM_RUNTIME_THREAD_INLINE_HPP #define SHARE_VM_RUNTIME_THREAD_INLINE_HPP #include "runtime/atomic.hpp" + #include "runtime/orderAccess.inline.hpp" #include "runtime/os.inline.hpp" #include "runtime/thread.hpp" inline void Thread::set_suspend_flag(SuspendFlags f) { uint32_t flags;
< prev index next >