--- old/src/share/vm/c1/c1_LIRAssembler.hpp 2014-12-11 13:53:02.101351897 -0500 +++ new/src/share/vm/c1/c1_LIRAssembler.hpp 2014-12-11 13:53:01.881371381 -0500 @@ -274,6 +274,9 @@ #ifdef TARGET_ARCH_ppc # include "c1_LIRAssembler_ppc.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "c1_LIRAssembler_aarch64.hpp" +#endif };