--- old/src/share/vm/interpreter/bytecodes.cpp 2021-01-25 19:30:33.524812093 +0000 +++ new/src/share/vm/interpreter/bytecodes.cpp 2021-01-25 19:30:33.407810863 +0000 @@ -29,6 +29,9 @@ #ifdef TARGET_ARCH_x86 # include "bytes_x86.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "bytes_aarch64.hpp" +#endif #ifdef TARGET_ARCH_sparc # include "bytes_sparc.hpp" #endif