aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/asm/codeBuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/asm/codeBuffer.hpp')
-rw-r--r--src/share/vm/asm/codeBuffer.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/share/vm/asm/codeBuffer.hpp b/src/share/vm/asm/codeBuffer.hpp
index 53c90c2e6..90ec8de2b 100644
--- a/src/share/vm/asm/codeBuffer.hpp
+++ b/src/share/vm/asm/codeBuffer.hpp
@@ -561,6 +561,9 @@ class CodeBuffer: public StackObj {
#ifdef TARGET_ARCH_x86
# include "codeBuffer_x86.hpp"
#endif
+#ifdef TARGET_ARCH_aarch64
+# include "codeBuffer_aarch64.hpp"
+#endif
#ifdef TARGET_ARCH_sparc
# include "codeBuffer_sparc.hpp"
#endif