--- old/src/share/vm/interpreter/cppInterpreter.hpp 2014-11-21 12:09:04.868549056 -0500 +++ new/src/share/vm/interpreter/cppInterpreter.hpp 2014-11-21 12:09:04.658567653 -0500 @@ -96,6 +96,9 @@ #ifdef TARGET_ARCH_ppc # include "cppInterpreter_ppc.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "cppInterpreter_aarch64.hpp" +#endif };