--- old/src/share/vm/interpreter/cppInterpreter.hpp 2021-01-25 19:30:34.475822088 +0000 +++ new/src/share/vm/interpreter/cppInterpreter.hpp 2021-01-25 19:30:34.349820764 +0000 @@ -84,6 +84,9 @@ #ifdef TARGET_ARCH_x86 # include "cppInterpreter_x86.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "cppInterpreter_aarch64.hpp" +#endif #ifdef TARGET_ARCH_sparc # include "cppInterpreter_sparc.hpp" #endif