--- old/src/share/vm/runtime/frame.cpp 2021-01-25 19:30:55.848046719 +0000 +++ new/src/share/vm/runtime/frame.cpp 2021-01-25 19:30:55.727045447 +0000 @@ -49,6 +49,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