< prev index next >

src/share/vm/code/codeBlob.cpp

Print this page

        

@@ -40,10 +40,13 @@
 #include "runtime/vframe.hpp"
 #include "services/memoryService.hpp"
 #ifdef TARGET_ARCH_x86
 # include "nativeInst_x86.hpp"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "nativeInst_aarch64.hpp"
+#endif
 #ifdef TARGET_ARCH_sparc
 # include "nativeInst_sparc.hpp"
 #endif
 #ifdef TARGET_ARCH_zero
 # include "nativeInst_zero.hpp"
< prev index next >