--- old/src/share/vm/c1/c1_MacroAssembler.hpp 2014-12-11 13:53:04.751117214 -0500 +++ new/src/share/vm/c1/c1_MacroAssembler.hpp 2014-12-11 13:53:04.531136697 -0500 @@ -59,6 +59,9 @@ #ifdef TARGET_ARCH_ppc # include "c1_MacroAssembler_ppc.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "c1_MacroAssembler_aarch64.hpp" +#endif };