src/share/vm/runtime/os.hpp

changeset 8856
ac27a9c85bea
parent 8661
27ae9bbef86a
parent 7994
04ff2f6cd0eb
child 9448
73d689add964
equal deleted inserted replaced
8855:98b4b0661837 8856:ac27a9c85bea
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"
816 # include "os_posix.hpp" 822 # include "os_posix.hpp"
817 # include "os_bsd.hpp" 823 # include "os_bsd.hpp"
818 #endif 824 #endif
819 #ifdef TARGET_OS_ARCH_linux_x86 825 #ifdef TARGET_OS_ARCH_linux_x86
820 # include "os_linux_x86.hpp" 826 # include "os_linux_x86.hpp"
827 #endif
828 #ifdef TARGET_OS_ARCH_linux_mips
829 # include "os_linux_mips.hpp"
821 #endif 830 #endif
822 #ifdef TARGET_OS_ARCH_linux_sparc 831 #ifdef TARGET_OS_ARCH_linux_sparc
823 # include "os_linux_sparc.hpp" 832 # include "os_linux_sparc.hpp"
824 #endif 833 #endif
825 #ifdef TARGET_OS_ARCH_linux_zero 834 #ifdef TARGET_OS_ARCH_linux_zero

mercurial