--- old/src/share/vm/interpreter/bytecodes.hpp 2021-01-25 19:30:34.010817201 +0000 +++ new/src/share/vm/interpreter/bytecodes.hpp 2021-01-25 19:30:33.889815929 +0000 @@ -292,6 +292,9 @@ #ifdef TARGET_ARCH_x86 # include "bytecodes_x86.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "bytecodes_aarch64.hpp" +#endif #ifdef TARGET_ARCH_sparc # include "bytecodes_sparc.hpp" #endif