--- old/src/share/vm/interpreter/templateTable.hpp 2014-11-21 12:09:14.837666115 -0500 +++ new/src/share/vm/interpreter/templateTable.hpp 2014-11-21 12:09:14.617685598 -0500 @@ -362,6 +362,9 @@ #ifdef TARGET_ARCH_MODEL_ppc_64 # include "templateTable_ppc_64.hpp" #endif +#ifdef TARGET_ARCH_MODEL_aarch64 +# include "templateTable_aarch64.hpp" +#endif }; #endif /* !CC_INTERP */