< prev index next >

src/share/vm/c1/c1_MacroAssembler.hpp

Print this page

        

@@ -48,10 +48,13 @@
   void verify_not_null_oop(Register r)  PRODUCT_RETURN;
 
 #ifdef TARGET_ARCH_x86
 # include "c1_MacroAssembler_x86.hpp"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "c1_MacroAssembler_aarch64.hpp"
+#endif
 #ifdef TARGET_ARCH_sparc
 # include "c1_MacroAssembler_sparc.hpp"
 #endif
 #ifdef TARGET_ARCH_arm
 # include "c1_MacroAssembler_arm.hpp"
< prev index next >