changeset 29180 | 50369728b00e |
parent 26434 | 09ad55e5f486 |
child 33105 | 294e48b4f704 |
--- a/hotspot/src/share/vm/asm/register.hpp Fri Nov 21 08:00:31 2014 -0800 +++ b/hotspot/src/share/vm/asm/register.hpp Thu Dec 11 13:11:53 2014 -0800 @@ -108,6 +108,9 @@ #ifdef TARGET_ARCH_ppc # include "register_ppc.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "register_aarch64.hpp" +#endif // Debugging support