src/share/vm/runtime/os.hpp

changeset 6876
710a3c8b516e
parent 6782
f73af4455d7d
parent 25
873fd82b133d
child 7535
7ae4e26cb1e0
equal deleted inserted replaced
6875:28b50d07f6f8 6876:710a3c8b516e
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"
784 # include "os_posix.hpp" 790 # include "os_posix.hpp"
785 # include "os_bsd.hpp" 791 # include "os_bsd.hpp"
786 #endif 792 #endif
787 #ifdef TARGET_OS_ARCH_linux_x86 793 #ifdef TARGET_OS_ARCH_linux_x86
788 # include "os_linux_x86.hpp" 794 # include "os_linux_x86.hpp"
795 #endif
796 #ifdef TARGET_OS_ARCH_linux_mips
797 # include "os_linux_mips.hpp"
789 #endif 798 #endif
790 #ifdef TARGET_OS_ARCH_linux_sparc 799 #ifdef TARGET_OS_ARCH_linux_sparc
791 # include "os_linux_sparc.hpp" 800 # include "os_linux_sparc.hpp"
792 #endif 801 #endif
793 #ifdef TARGET_OS_ARCH_linux_zero 802 #ifdef TARGET_OS_ARCH_linux_zero

mercurial