--- old/src/share/vm/interpreter/bytecodeInterpreter.inline.hpp 2021-01-25 19:30:32.561801971 +0000 +++ new/src/share/vm/interpreter/bytecodeInterpreter.inline.hpp 2021-01-25 19:30:32.436800657 +0000 @@ -46,6 +46,9 @@ #ifdef TARGET_ARCH_x86 # include "bytecodeInterpreter_x86.inline.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "bytecodeInterpreter_aarch64.inline.hpp" +#endif #ifdef TARGET_ARCH_sparc # include "bytecodeInterpreter_sparc.inline.hpp" #endif