hotspot/src/os/linux/vm/thread_linux.inline.hpp
changeset 14583 d70ee55535f4
parent 8921 14bfe81f2a9d
child 24351 61b33cc6d3cf
equal deleted inserted replaced
14582:490bb6c0df7c 14583:d70ee55535f4
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #ifndef OS_LINUX_VM_THREAD_LINUX_INLINE_HPP
    25 #ifndef OS_LINUX_VM_THREAD_LINUX_INLINE_HPP
    26 #define OS_LINUX_VM_THREAD_LINUX_INLINE_HPP
    26 #define OS_LINUX_VM_THREAD_LINUX_INLINE_HPP
       
    27 
       
    28 #ifndef SHARE_VM_RUNTIME_THREAD_INLINE_HPP_SCOPE
       
    29 #error "This file should only be included from thread.inline.hpp"
       
    30 #endif
    27 
    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"