diff src/share/vm/interpreter/templateTable.hpp @ 17804:fd1b9f02cc91

8036976: PPC64: implement the template interpreter Reviewed-by: kvn, coleenp Contributed-by: axel.siebenborn@sap.com, martin.doerr@sap.com
author goetz
date Mon, 10 Mar 2014 12:58:02 +0100
parents a9becfeecd1b
children 92aa6797d639 52b4284cb496
line wrap: on
line diff
--- a/src/share/vm/interpreter/templateTable.hpp	Thu Mar 06 10:55:28 2014 -0800
+++ b/src/share/vm/interpreter/templateTable.hpp	Mon Mar 10 12:58:02 2014 +0100
@@ -376,6 +376,9 @@
 #ifdef TARGET_ARCH_MODEL_ppc_32
 # include "templateTable_ppc_32.hpp"
 #endif
+#ifdef TARGET_ARCH_MODEL_ppc_64
+# include "templateTable_ppc_64.hpp"
+#endif
 
 };
 #endif /* !CC_INTERP */