< prev index next >

src/share/vm/runtime/relocator.hpp

Print this page

        

@@ -28,10 +28,13 @@
 #include "interpreter/bytecodes.hpp"
 #include "oops/method.hpp"
 #ifdef TARGET_ARCH_x86
 # include "bytes_x86.hpp"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "bytes_aarch64.hpp"
+#endif
 #ifdef TARGET_ARCH_sparc
 # include "bytes_sparc.hpp"
 #endif
 #ifdef TARGET_ARCH_zero
 # include "bytes_zero.hpp"
< prev index next >