comparison src/os/windows/vm/os_windows.inline.hpp @ 20197:ce8f6bb717c9

8042195: Introduce umbrella header orderAccess.inline.hpp. Reviewed-by: dholmes, kvn, stefank, twisti
author goetz
date Tue, 29 Apr 2014 15:17:27 +0200
parents 0118c8c7b80f
children 7848fc12602b
comparison
equal deleted inserted replaced
20196:c8dd4f65cc76 20197:ce8f6bb717c9
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"; }