--- old/src/share/vm/interpreter/interp_masm.hpp 2014-12-10 05:39:13.137756608 -0500 +++ new/src/share/vm/interpreter/interp_masm.hpp 2014-12-10 05:39:12.927775206 -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