--- old/src/share/vm/asm/macroAssembler.hpp 2021-01-25 19:30:16.713635400 +0000 +++ new/src/share/vm/asm/macroAssembler.hpp 2021-01-25 19:30:16.593634139 +0000 @@ -42,5 +42,8 @@ #ifdef TARGET_ARCH_ppc # include "macroAssembler_ppc.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "macroAssembler_aarch64.hpp" +#endif #endif // SHARE_VM_ASM_MACROASSEMBLER_HPP