--- old/src/share/vm/interpreter/cppInterpreterGenerator.hpp 2021-01-25 19:30:34.920826766 +0000 +++ new/src/share/vm/interpreter/cppInterpreterGenerator.hpp 2021-01-25 19:30:34.805825557 +0000 @@ -50,6 +50,9 @@ #ifdef TARGET_ARCH_x86 # include "cppInterpreterGenerator_x86.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "cppInterpreterGenerator_aarch64.hpp" +#endif #ifdef TARGET_ARCH_sparc # include "cppInterpreterGenerator_sparc.hpp" #endif