--- old/src/share/vm/asm/assembler.hpp 2014-11-17 10:48:49.896066596 -0500 +++ new/src/share/vm/asm/assembler.hpp 2014-11-17 10:48:49.686085699 -0500 @@ -433,6 +433,9 @@ #ifdef TARGET_ARCH_ppc # include "assembler_ppc.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "assembler_aarch64.hpp" +#endif #endif // SHARE_VM_ASM_ASSEMBLER_HPP