--- old/src/share/vm/code/codeBlob.cpp 2021-01-25 19:30:27.808752015 +0000 +++ new/src/share/vm/code/codeBlob.cpp 2021-01-25 19:30:27.677750638 +0000 @@ -42,6 +42,9 @@ #ifdef TARGET_ARCH_x86 # include "nativeInst_x86.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "nativeInst_aarch64.hpp" +#endif #ifdef TARGET_ARCH_sparc # include "nativeInst_sparc.hpp" #endif