src/share/vm/runtime/os.hpp

changeset 9572
624a0741915c
parent 9505
79b4c0a88c00
parent 9448
73d689add964
child 9637
eef07cd490d4
equal deleted inserted replaced
9571:421d9fe6d211 9572:624a0741915c
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"
844 # include "os_posix.hpp" 850 # include "os_posix.hpp"
845 # include "os_bsd.hpp" 851 # include "os_bsd.hpp"
846 #endif 852 #endif
847 #ifdef TARGET_OS_ARCH_linux_x86 853 #ifdef TARGET_OS_ARCH_linux_x86
848 # include "os_linux_x86.hpp" 854 # include "os_linux_x86.hpp"
855 #endif
856 #ifdef TARGET_OS_ARCH_linux_mips
857 # include "os_linux_mips.hpp"
849 #endif 858 #endif
850 #ifdef TARGET_OS_ARCH_linux_sparc 859 #ifdef TARGET_OS_ARCH_linux_sparc
851 # include "os_linux_sparc.hpp" 860 # include "os_linux_sparc.hpp"
852 #endif 861 #endif
853 #ifdef TARGET_OS_ARCH_linux_zero 862 #ifdef TARGET_OS_ARCH_linux_zero

mercurial