diff -r e134dc1879b7 -r 04d83ba48607 src/share/vm/opto/matcher.cpp --- a/src/share/vm/opto/matcher.cpp Thu Sep 22 13:16:27 2016 -0700 +++ b/src/share/vm/opto/matcher.cpp Thu May 24 17:06:56 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. + */ + #include "precompiled.hpp" #include "memory/allocation.inline.hpp" #include "opto/addnode.hpp" @@ -50,6 +56,8 @@ # include "adfiles/ad_zero.hpp" #elif defined TARGET_ARCH_MODEL_ppc_64 # include "adfiles/ad_ppc_64.hpp" +#elif defined TARGET_ARCH_MODEL_mips_64 +# include "adfiles/ad_mips_64.hpp" #endif OptoReg::Name OptoReg::c_frame_pointer;