--- old/src/share/vm/interpreter/bytecodeStream.hpp 2021-01-25 19:30:33.033806932 +0000 +++ new/src/share/vm/interpreter/bytecodeStream.hpp 2021-01-25 19:30:32.912805660 +0000 @@ -32,6 +32,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