hotspot/src/share/vm/interpreter/cppInterpreterGenerator.hpp
changeset 29180 50369728b00e
parent 8921 14bfe81f2a9d
child 30601 faffde6a6773
--- a/hotspot/src/share/vm/interpreter/cppInterpreterGenerator.hpp	Fri Nov 21 08:00:31 2014 -0800
+++ b/hotspot/src/share/vm/interpreter/cppInterpreterGenerator.hpp	Thu Dec 11 13:11:53 2014 -0800
@@ -59,6 +59,9 @@
 #ifdef TARGET_ARCH_ppc
 # include "cppInterpreterGenerator_ppc.hpp"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "cppInterpreterGenerator_aarch64.hpp"
+#endif
 
 };