--- old/src/share/vm/code/vmreg.inline.hpp 2014-12-10 05:39:04.328536819 -0500 +++ new/src/share/vm/code/vmreg.inline.hpp 2014-12-10 05:39:04.108556302 -0500 @@ -42,5 +42,8 @@ #ifdef TARGET_ARCH_ppc # include "vmreg_ppc.inline.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "vmreg_aarch64.inline.hpp" +#endif #endif // SHARE_VM_CODE_VMREG_INLINE_HPP