hotspot/src/os/windows/vm/thread_windows.inline.hpp
changeset 24487 71ff0bd674eb
parent 24351 61b33cc6d3cf
equal deleted inserted replaced
24486:0fd7d077f8a9 24487:71ff0bd674eb
    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/prefetch.hpp"
       
    33 #include "runtime/thread.hpp"
    32 #include "runtime/thread.hpp"
    34 #include "runtime/threadLocalStorage.hpp"
    33 #include "runtime/threadLocalStorage.hpp"
    35 #ifdef TARGET_OS_ARCH_windows_x86
       
    36 # include "prefetch_windows_x86.inline.hpp"
       
    37 #endif
       
    38 
    34 
    39 // Contains inlined functions for class Thread and ThreadLocalStorage
    35 // Contains inlined functions for class Thread and ThreadLocalStorage
    40 
    36 
    41 inline void ThreadLocalStorage::pd_invalidate_all()            { return; }
    37 inline void ThreadLocalStorage::pd_invalidate_all()            { return; }
    42 
    38