--- old/src/share/vm/interpreter/interp_masm.hpp 2014-11-17 10:49:24.182947214 -0500 +++ new/src/share/vm/interpreter/interp_masm.hpp 2014-11-17 10:49:23.972966318 -0500 @@ -45,5 +45,8 @@ #ifdef TARGET_ARCH_MODEL_ppc_64 # include "interp_masm_ppc_64.hpp" #endif +#ifdef TARGET_ARCH_MODEL_aarch64 +# include "interp_masm_aarch64.hpp" +#endif #endif // SHARE_VM_INTERPRETER_INTERP_MASM_HPP