src/share/vm/runtime/os.hpp

changeset 7994
04ff2f6cd0eb
parent 7780
5788dbd1f2d6
parent 7535
7ae4e26cb1e0
child 8856
ac27a9c85bea
equal deleted inserted replaced
7993:9bf9a733246b 7994:04ff2f6cd0eb
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"
808 # include "os_posix.hpp" 814 # include "os_posix.hpp"
809 # include "os_bsd.hpp" 815 # include "os_bsd.hpp"
810 #endif 816 #endif
811 #ifdef TARGET_OS_ARCH_linux_x86 817 #ifdef TARGET_OS_ARCH_linux_x86
812 # include "os_linux_x86.hpp" 818 # include "os_linux_x86.hpp"
819 #endif
820 #ifdef TARGET_OS_ARCH_linux_mips
821 # include "os_linux_mips.hpp"
813 #endif 822 #endif
814 #ifdef TARGET_OS_ARCH_linux_sparc 823 #ifdef TARGET_OS_ARCH_linux_sparc
815 # include "os_linux_sparc.hpp" 824 # include "os_linux_sparc.hpp"
816 #endif 825 #endif
817 #ifdef TARGET_OS_ARCH_linux_zero 826 #ifdef TARGET_OS_ARCH_linux_zero

mercurial