hotspot/src/os/bsd/vm/thread_bsd.inline.hpp
changeset 24351 61b33cc6d3cf
parent 14583 d70ee55535f4
child 24487 71ff0bd674eb
equal deleted inserted replaced
24350:8d8c1012dacd 24351:61b33cc6d3cf
    27 
    27 
    28 #ifndef SHARE_VM_RUNTIME_THREAD_INLINE_HPP_SCOPE
    28 #ifndef SHARE_VM_RUNTIME_THREAD_INLINE_HPP_SCOPE
    29 #error "This file should only be included from thread.inline.hpp"
    29 #error "This file should only be included from thread.inline.hpp"
    30 #endif
    30 #endif
    31 
    31 
    32 #include "runtime/atomic.hpp"
       
    33 #include "runtime/prefetch.hpp"
       
    34 #include "runtime/thread.hpp"
    32 #include "runtime/thread.hpp"
    35 #include "runtime/threadLocalStorage.hpp"
    33 #include "runtime/threadLocalStorage.hpp"
    36 #ifdef TARGET_OS_ARCH_bsd_x86
    34 #ifdef TARGET_OS_ARCH_bsd_x86
    37 # include "atomic_bsd_x86.inline.hpp"
       
    38 # include "orderAccess_bsd_x86.inline.hpp"
       
    39 # include "prefetch_bsd_x86.inline.hpp"
    35 # include "prefetch_bsd_x86.inline.hpp"
    40 #endif
    36 #endif
    41 #ifdef TARGET_OS_ARCH_bsd_zero
    37 #ifdef TARGET_OS_ARCH_bsd_zero
    42 # include "atomic_bsd_zero.inline.hpp"
       
    43 # include "orderAccess_bsd_zero.inline.hpp"
       
    44 # include "prefetch_bsd_zero.inline.hpp"
    38 # include "prefetch_bsd_zero.inline.hpp"
    45 #endif
    39 #endif
    46 
    40 
    47 // Contains inlined functions for class Thread and ThreadLocalStorage
    41 // Contains inlined functions for class Thread and ThreadLocalStorage
    48 
    42