hotspot/src/os/bsd/vm/thread_bsd.inline.hpp
changeset 14583 d70ee55535f4
parent 10565 dc90c239f4ec
child 24351 61b33cc6d3cf
equal deleted inserted replaced
14582:490bb6c0df7c 14583:d70ee55535f4
    23  */
    23  */
    24 
    24 
    25 #ifndef OS_BSD_VM_THREAD_BSD_INLINE_HPP
    25 #ifndef OS_BSD_VM_THREAD_BSD_INLINE_HPP
    26 #define OS_BSD_VM_THREAD_BSD_INLINE_HPP
    26 #define OS_BSD_VM_THREAD_BSD_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_bsd_x86
    36 #ifdef TARGET_OS_ARCH_bsd_x86