diff -r eed8e846c982 -r 53eec13fbaa5 src/share/vm/runtime/thread.hpp --- a/src/share/vm/runtime/thread.hpp Tue Jul 03 18:01:40 2018 -0700 +++ b/src/share/vm/runtime/thread.hpp Thu Jul 26 16:04:06 2018 +0800 @@ -22,6 +22,12 @@ * */ +/* + * This file has been modified by Loongson Technology in 2015. These + * modifications are Copyright (c) 2015 Loongson Technology, and are made + * available on the same license terms set forth above. + */ + #ifndef SHARE_VM_RUNTIME_THREAD_HPP #define SHARE_VM_RUNTIME_THREAD_HPP @@ -1706,6 +1712,9 @@ #ifdef TARGET_OS_ARCH_linux_x86 # include "thread_linux_x86.hpp" #endif +#ifdef TARGET_OS_ARCH_linux_mips +# include "thread_linux_mips.hpp" +#endif #ifdef TARGET_OS_ARCH_linux_sparc # include "thread_linux_sparc.hpp" #endif