hotspot/src/os/windows/vm/os_windows.inline.hpp
changeset 24351 61b33cc6d3cf
parent 23868 ac74f81a5157
child 25468 5331df506290
equal deleted inserted replaced
24350:8d8c1012dacd 24351:61b33cc6d3cf
    24 
    24 
    25 #ifndef OS_WINDOWS_VM_OS_WINDOWS_INLINE_HPP
    25 #ifndef OS_WINDOWS_VM_OS_WINDOWS_INLINE_HPP
    26 #define OS_WINDOWS_VM_OS_WINDOWS_INLINE_HPP
    26 #define OS_WINDOWS_VM_OS_WINDOWS_INLINE_HPP
    27 
    27 
    28 #include "runtime/atomic.inline.hpp"
    28 #include "runtime/atomic.inline.hpp"
       
    29 #include "runtime/orderAccess.inline.hpp"
    29 #include "runtime/os.hpp"
    30 #include "runtime/os.hpp"
    30 
       
    31 #ifdef TARGET_OS_ARCH_windows_x86
       
    32 # include "orderAccess_windows_x86.inline.hpp"
       
    33 #endif
       
    34 
    31 
    35 inline const char* os::file_separator()                { return "\\"; }
    32 inline const char* os::file_separator()                { return "\\"; }
    36 inline const char* os::line_separator()                { return "\r\n"; }
    33 inline const char* os::line_separator()                { return "\r\n"; }
    37 inline const char* os::path_separator()                { return ";"; }
    34 inline const char* os::path_separator()                { return ";"; }
    38 inline const char* os::dll_file_extension()            { return ".dll"; }
    35 inline const char* os::dll_file_extension()            { return ".dll"; }