src/share/vm/asm/assembler.hpp

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

*** 431,438 **** --- 431,441 ---- # include "assembler_arm.hpp" #endif #ifdef TARGET_ARCH_ppc # include "assembler_ppc.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "assembler_aarch64.hpp" + #endif #endif // SHARE_VM_ASM_ASSEMBLER_HPP