--- a/hotspot/src/share/vm/code/vmreg.hpp Fri Nov 21 08:00:31 2014 -0800
+++ b/hotspot/src/share/vm/code/vmreg.hpp Thu Dec 11 13:11:53 2014 -0800
@@ -155,6 +155,9 @@
#ifdef TARGET_ARCH_ppc
# include "vmreg_ppc.hpp"
#endif
+#ifdef TARGET_ARCH_aarch64
+# include "vmreg_aarch64.hpp"
+#endif
};