< prev index next >

src/share/vm/interpreter/interpreterGenerator.hpp

Print this page

        

@@ -42,10 +42,13 @@
 InterpreterGenerator(StubQueue* _code);
 
 #ifdef TARGET_ARCH_x86
 # include "interpreterGenerator_x86.hpp"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "interpreterGenerator_aarch64.hpp"
+#endif
 #ifdef TARGET_ARCH_sparc
 # include "interpreterGenerator_sparc.hpp"
 #endif
 #ifdef TARGET_ARCH_zero
 # include "interpreterGenerator_zero.hpp"
< prev index next >