--- old/src/share/vm/code/vmreg.hpp 2014-11-17 10:49:14.013872394 -0500 +++ new/src/share/vm/code/vmreg.hpp 2014-11-17 10:49:13.803891498 -0500 @@ -155,6 +155,9 @@ #ifdef TARGET_ARCH_ppc # include "vmreg_ppc.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "vmreg_aarch64.hpp" +#endif };