--- old/src/share/vm/code/vmreg.hpp 2014-11-21 12:08:57.379212368 -0500 +++ new/src/share/vm/code/vmreg.hpp 2014-11-21 12:08:57.169230966 -0500 @@ -155,6 +155,9 @@ #ifdef TARGET_ARCH_ppc # include "vmreg_ppc.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "vmreg_aarch64.hpp" +#endif };