src/share/vm/runtime/registerMap.hpp

Print this page
rev 7258 : 8064611: AARCH64: Changes to HotSpot shared code
Summary: Everything except cpu/ and os_cpu/.
Reviewed-by: kvn

@@ -133,9 +133,12 @@
 # include "registerMap_arm.hpp"
 #endif
 #ifdef TARGET_ARCH_ppc
 # include "registerMap_ppc.hpp"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "registerMap_aarch64.hpp"
+#endif
 
 };
 
 #endif // SHARE_VM_RUNTIME_REGISTERMAP_HPP