src/share/vm/runtime/thread.hpp

changeset 6876
710a3c8b516e
parent 6680
78bbf4d43a14
parent 1
2d8a650513c2
child 7535
7ae4e26cb1e0
equal deleted inserted replaced
6875:28b50d07f6f8 6876:710a3c8b516e
18 * 18 *
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
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 */
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.
23 */ 29 */
24 30
25 #ifndef SHARE_VM_RUNTIME_THREAD_HPP 31 #ifndef SHARE_VM_RUNTIME_THREAD_HPP
26 #define SHARE_VM_RUNTIME_THREAD_HPP 32 #define SHARE_VM_RUNTIME_THREAD_HPP
27 33
1713 1719
1714 // Machine dependent stuff 1720 // Machine dependent stuff
1715 #ifdef TARGET_OS_ARCH_linux_x86 1721 #ifdef TARGET_OS_ARCH_linux_x86
1716 # include "thread_linux_x86.hpp" 1722 # include "thread_linux_x86.hpp"
1717 #endif 1723 #endif
1724 #ifdef TARGET_OS_ARCH_linux_mips
1725 # include "thread_linux_mips.hpp"
1726 #endif
1718 #ifdef TARGET_OS_ARCH_linux_sparc 1727 #ifdef TARGET_OS_ARCH_linux_sparc
1719 # include "thread_linux_sparc.hpp" 1728 # include "thread_linux_sparc.hpp"
1720 #endif 1729 #endif
1721 #ifdef TARGET_OS_ARCH_linux_zero 1730 #ifdef TARGET_OS_ARCH_linux_zero
1722 # include "thread_linux_zero.hpp" 1731 # include "thread_linux_zero.hpp"

mercurial