--- old/src/share/vm/c1/c1_MacroAssembler.hpp 2014-11-17 10:49:07.764440962 -0500 +++ new/src/share/vm/c1/c1_MacroAssembler.hpp 2014-11-17 10:49:07.544460976 -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 };