hotspot/src/os/windows/vm/thread_windows.inline.hpp
changeset 14583 d70ee55535f4
parent 7397 5b173b4ca846
child 24351 61b33cc6d3cf
equal deleted inserted replaced
14582:490bb6c0df7c 14583:d70ee55535f4
    23  */
    23  */
    24 
    24 
    25 #ifndef OS_WINDOWS_VM_THREAD_WINDOWS_INLINE_HPP
    25 #ifndef OS_WINDOWS_VM_THREAD_WINDOWS_INLINE_HPP
    26 #define OS_WINDOWS_VM_THREAD_WINDOWS_INLINE_HPP
    26 #define OS_WINDOWS_VM_THREAD_WINDOWS_INLINE_HPP
    27 
    27 
       
    28 #ifndef SHARE_VM_RUNTIME_THREAD_INLINE_HPP_SCOPE
       
    29 #error "This file should only be included from thread.inline.hpp"
       
    30 #endif
       
    31 
    28 #include "runtime/atomic.hpp"
    32 #include "runtime/atomic.hpp"
    29 #include "runtime/prefetch.hpp"
    33 #include "runtime/prefetch.hpp"
    30 #include "runtime/thread.hpp"
    34 #include "runtime/thread.hpp"
    31 #include "runtime/threadLocalStorage.hpp"
    35 #include "runtime/threadLocalStorage.hpp"
    32 #ifdef TARGET_OS_ARCH_windows_x86
    36 #ifdef TARGET_OS_ARCH_windows_x86