src/share/vm/runtime/thread.hpp

changeset 7535
7ae4e26cb1e0
parent 7419
d3f3f7677537
parent 6876
710a3c8b516e
child 7994
04ff2f6cd0eb
equal deleted inserted replaced
7534:e6aa4a8c1b46 7535:7ae4e26cb1e0
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
1697 1703
1698 // Machine dependent stuff 1704 // Machine dependent stuff
1699 #ifdef TARGET_OS_ARCH_linux_x86 1705 #ifdef TARGET_OS_ARCH_linux_x86
1700 # include "thread_linux_x86.hpp" 1706 # include "thread_linux_x86.hpp"
1701 #endif 1707 #endif
1708 #ifdef TARGET_OS_ARCH_linux_mips
1709 # include "thread_linux_mips.hpp"
1710 #endif
1702 #ifdef TARGET_OS_ARCH_linux_sparc 1711 #ifdef TARGET_OS_ARCH_linux_sparc
1703 # include "thread_linux_sparc.hpp" 1712 # include "thread_linux_sparc.hpp"
1704 #endif 1713 #endif
1705 #ifdef TARGET_OS_ARCH_linux_zero 1714 #ifdef TARGET_OS_ARCH_linux_zero
1706 # include "thread_linux_zero.hpp" 1715 # include "thread_linux_zero.hpp"

mercurial