--- old/src/share/vm/classfile/bytecodeAssembler.cpp 2021-01-25 19:30:25.843731361 +0000 +++ new/src/share/vm/classfile/bytecodeAssembler.cpp 2021-01-25 19:30:25.727730142 +0000 @@ -44,6 +44,9 @@ #ifdef TARGET_ARCH_ppc # include "bytes_ppc.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "bytes_aarch64.hpp" +#endif u2 BytecodeConstantPool::find_or_add(BytecodeCPEntry const& bcpe) { u2 index;