aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/runtime/relocator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/runtime/relocator.hpp')
-rw-r--r--src/share/vm/runtime/relocator.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/share/vm/runtime/relocator.hpp b/src/share/vm/runtime/relocator.hpp
index c34866f74..72045730f 100644
--- a/src/share/vm/runtime/relocator.hpp
+++ b/src/share/vm/runtime/relocator.hpp
@@ -30,6 +30,9 @@
#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