--- old/src/share/vm/interpreter/templateInterpreter.hpp 2021-01-25 19:30:37.248851234 +0000 +++ new/src/share/vm/interpreter/templateInterpreter.hpp 2021-01-25 19:30:37.120849889 +0000 @@ -190,6 +190,9 @@ #ifdef TARGET_ARCH_x86 # include "templateInterpreter_x86.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "templateInterpreter_aarch64.hpp" +#endif #ifdef TARGET_ARCH_sparc # include "templateInterpreter_sparc.hpp" #endif