diff -r 421d9fe6d211 -r 624a0741915c src/share/vm/opto/runtime.cpp --- a/src/share/vm/opto/runtime.cpp Sat Dec 15 09:57:22 2018 -0800 +++ b/src/share/vm/opto/runtime.cpp Thu Apr 04 17:56:29 2019 +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 "classfile/systemDictionary.hpp" #include "classfile/vmSymbols.hpp" @@ -80,6 +86,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