< prev index next >

src/share/vm/utilities/copy.hpp

Print this page

        

@@ -333,10 +333,13 @@
 
   // Platform dependent implementations of the above methods.
 #ifdef TARGET_ARCH_x86
 # include "copy_x86.hpp"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "copy_aarch64.hpp"
+#endif
 #ifdef TARGET_ARCH_sparc
 # include "copy_sparc.hpp"
 #endif
 #ifdef TARGET_ARCH_zero
 # include "copy_zero.hpp"
< prev index next >