changeset 29180 | 50369728b00e |
parent 25715 | d5a8dbdc5150 |
child 37466 | 287c4ebd11b0 |
--- a/hotspot/src/share/vm/asm/assembler.hpp Fri Nov 21 08:00:31 2014 -0800 +++ b/hotspot/src/share/vm/asm/assembler.hpp Thu Dec 11 13:11:53 2014 -0800 @@ -433,6 +433,9 @@ #ifdef TARGET_ARCH_ppc # include "assembler_ppc.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "assembler_aarch64.hpp" +#endif #endif // SHARE_VM_ASM_ASSEMBLER_HPP