src/share/vm/runtime/os.hpp

changeset 9448
73d689add964
parent 9417
65409bcab2ad
parent 8856
ac27a9c85bea
child 9572
624a0741915c
equal deleted inserted replaced
9447:1f822ff877d1 9448:73d689add964
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 /*
26 * This file has been modified by Loongson Technology in 2015. These
27 * modifications are Copyright (c) 2015 Loongson Technology, and are made
28 * available on the same license terms set forth above.
29 */
30
25 #ifndef SHARE_VM_RUNTIME_OS_HPP 31 #ifndef SHARE_VM_RUNTIME_OS_HPP
26 #define SHARE_VM_RUNTIME_OS_HPP 32 #define SHARE_VM_RUNTIME_OS_HPP
27 33
28 #include "jvmtifiles/jvmti.h" 34 #include "jvmtifiles/jvmti.h"
29 #include "runtime/atomic.hpp" 35 #include "runtime/atomic.hpp"
841 # include "os_posix.hpp" 847 # include "os_posix.hpp"
842 # include "os_bsd.hpp" 848 # include "os_bsd.hpp"
843 #endif 849 #endif
844 #ifdef TARGET_OS_ARCH_linux_x86 850 #ifdef TARGET_OS_ARCH_linux_x86
845 # include "os_linux_x86.hpp" 851 # include "os_linux_x86.hpp"
852 #endif
853 #ifdef TARGET_OS_ARCH_linux_mips
854 # include "os_linux_mips.hpp"
846 #endif 855 #endif
847 #ifdef TARGET_OS_ARCH_linux_sparc 856 #ifdef TARGET_OS_ARCH_linux_sparc
848 # include "os_linux_sparc.hpp" 857 # include "os_linux_sparc.hpp"
849 #endif 858 #endif
850 #ifdef TARGET_OS_ARCH_linux_zero 859 #ifdef TARGET_OS_ARCH_linux_zero

mercurial