--- old/src/share/vm/code/nativeInst.hpp 2014-12-11 13:53:08.730764746 -0500 +++ new/src/share/vm/code/nativeInst.hpp 2014-12-11 13:53:08.510784229 -0500 @@ -40,5 +40,8 @@ #ifdef TARGET_ARCH_ppc # include "nativeInst_ppc.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "nativeInst_aarch64.hpp" +#endif #endif // SHARE_VM_CODE_NATIVEINST_HPP