diff -r eed8e846c982 -r 53eec13fbaa5 src/share/vm/code/codeBlob.cpp --- a/src/share/vm/code/codeBlob.cpp Tue Jul 03 18:01:40 2018 -0700 +++ b/src/share/vm/code/codeBlob.cpp Thu Jul 26 16:04:06 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 "code/codeBlob.hpp" #include "code/codeCache.hpp" @@ -54,6 +60,9 @@ #ifdef TARGET_ARCH_ppc # include "nativeInst_ppc.hpp" #endif +#ifdef TARGET_ARCH_mips +# include "nativeInst_mips.hpp" +#endif #ifdef COMPILER1 #include "c1/c1_Runtime1.hpp" #endif