< prev index next >

src/share/vm/interpreter/cppInterpreter.hpp

Print this page

        

@@ -82,10 +82,13 @@
   static address    deopt_entry   (TosState state, int length);
 
 #ifdef TARGET_ARCH_x86
 # include "cppInterpreter_x86.hpp"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "cppInterpreter_aarch64.hpp"
+#endif
 #ifdef TARGET_ARCH_sparc
 # include "cppInterpreter_sparc.hpp"
 #endif
 #ifdef TARGET_ARCH_zero
 # include "cppInterpreter_zero.hpp"
< prev index next >