diff -r 28b50d07f6f8 -r 710a3c8b516e src/share/vm/opto/c2compiler.cpp --- a/src/share/vm/opto/c2compiler.cpp Mon Sep 08 12:35:01 2014 -0700 +++ b/src/share/vm/opto/c2compiler.cpp Tue Aug 08 15:57:29 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. + */ + #include "precompiled.hpp" #include "opto/c2compiler.hpp" #include "opto/runtime.hpp" @@ -31,6 +37,9 @@ #ifdef TARGET_ARCH_MODEL_x86_64 # include "adfiles/ad_x86_64.hpp" #endif +#ifdef TARGET_ARCH_MODEL_mips_64 +# include "adfiles/ad_mips_64.hpp" +#endif #ifdef TARGET_ARCH_MODEL_sparc # include "adfiles/ad_sparc.hpp" #endif