diff -r 9bf9a733246b -r 04ff2f6cd0eb src/share/vm/code/vmreg.hpp --- a/src/share/vm/code/vmreg.hpp Thu Aug 06 00:08:57 2015 -0700 +++ b/src/share/vm/code/vmreg.hpp Tue Oct 17 12:58:25 2017 +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_CODE_VMREG_HPP #define SHARE_VM_CODE_VMREG_HPP @@ -45,6 +51,9 @@ #elif defined TARGET_ARCH_MODEL_ppc_64 # include "adfiles/adGlobals_ppc_64.hpp" #endif +#ifdef TARGET_ARCH_MODEL_mips_64 +# include "adfiles/adGlobals_mips_64.hpp" +#endif #endif //------------------------------VMReg------------------------------------------ @@ -156,6 +165,9 @@ #ifdef TARGET_ARCH_x86 # include "vmreg_x86.hpp" #endif +#ifdef TARGET_ARCH_mips +# include "vmreg_mips.hpp" +#endif #ifdef TARGET_ARCH_sparc # include "vmreg_sparc.hpp" #endif