< prev index next >

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

Print this page

        

*** 25,35 **** #ifndef SHARE_VM_RUNTIME_THREAD_INLINE_HPP #define SHARE_VM_RUNTIME_THREAD_INLINE_HPP #include "runtime/atomic.hpp" #include "runtime/globals.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; --- 25,35 ---- #ifndef SHARE_VM_RUNTIME_THREAD_INLINE_HPP #define SHARE_VM_RUNTIME_THREAD_INLINE_HPP #include "runtime/atomic.hpp" #include "runtime/globals.hpp" ! #include "runtime/orderAccess.hpp" #include "runtime/os.inline.hpp" #include "runtime/thread.hpp" inline void Thread::set_suspend_flag(SuspendFlags f) { uint32_t flags;
< prev index next >