--- old/src/share/vm/interpreter/templateInterpreter.hpp 2014-11-17 10:49:29.382474159 -0500 +++ new/src/share/vm/interpreter/templateInterpreter.hpp 2014-11-17 10:49:29.162494173 -0500 @@ -204,6 +204,9 @@ #ifdef TARGET_ARCH_ppc # include "templateInterpreter_ppc.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "templateInterpreter_aarch64.hpp" +#endif };