--- old/src/share/vm/asm/macroAssembler.inline.hpp 2014-12-10 05:38:45.290222997 -0500 +++ new/src/share/vm/asm/macroAssembler.inline.hpp 2014-12-10 05:38:45.080241594 -0500 @@ -42,5 +42,8 @@ #ifdef TARGET_ARCH_ppc # include "macroAssembler_ppc.inline.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "macroAssembler_aarch64.inline.hpp" +#endif #endif // SHARE_VM_ASM_MACROASSEMBLER_INLINE_HPP