diff -r e6aa4a8c1b46 -r 7ae4e26cb1e0 src/share/vm/opto/c2_globals.hpp --- a/src/share/vm/opto/c2_globals.hpp Mon Mar 16 11:49:32 2015 -0700 +++ b/src/share/vm/opto/c2_globals.hpp Thu Oct 12 21:27:07 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_OPTO_C2_GLOBALS_HPP #define SHARE_VM_OPTO_C2_GLOBALS_HPP @@ -32,6 +38,9 @@ #ifdef TARGET_ARCH_sparc # include "c2_globals_sparc.hpp" #endif +#ifdef TARGET_ARCH_mips +# include "c2_globals_mips.hpp" +#endif #ifdef TARGET_ARCH_arm # include "c2_globals_arm.hpp" #endif