--- old/src/share/vm/interpreter/bytecodeInterpreter.hpp 2014-11-17 10:49:19.083411169 -0500 +++ new/src/share/vm/interpreter/bytecodeInterpreter.hpp 2014-11-17 10:49:18.843433003 -0500 @@ -588,6 +588,9 @@ #ifdef TARGET_ARCH_ppc # include "bytecodeInterpreter_ppc.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "bytecodeInterpreter_aarch64.hpp" +#endif }; // BytecodeInterpreter