src/share/vm/runtime/os.hpp

changeset 7535
7ae4e26cb1e0
parent 7273
c12e6bac4ad0
parent 6876
710a3c8b516e
child 7994
04ff2f6cd0eb
equal deleted inserted replaced
7534:e6aa4a8c1b46 7535:7ae4e26cb1e0
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"
805 # include "os_posix.hpp" 811 # include "os_posix.hpp"
806 # include "os_bsd.hpp" 812 # include "os_bsd.hpp"
807 #endif 813 #endif
808 #ifdef TARGET_OS_ARCH_linux_x86 814 #ifdef TARGET_OS_ARCH_linux_x86
809 # include "os_linux_x86.hpp" 815 # include "os_linux_x86.hpp"
816 #endif
817 #ifdef TARGET_OS_ARCH_linux_mips
818 # include "os_linux_mips.hpp"
810 #endif 819 #endif
811 #ifdef TARGET_OS_ARCH_linux_sparc 820 #ifdef TARGET_OS_ARCH_linux_sparc
812 # include "os_linux_sparc.hpp" 821 # include "os_linux_sparc.hpp"
813 #endif 822 #endif
814 #ifdef TARGET_OS_ARCH_linux_zero 823 #ifdef TARGET_OS_ARCH_linux_zero

mercurial