comparison 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
comparison
equal deleted inserted replaced
17803:31e80afe3fed 17804:fd1b9f02cc91
374 # include "templateTable_arm.hpp" 374 # include "templateTable_arm.hpp"
375 #endif 375 #endif
376 #ifdef TARGET_ARCH_MODEL_ppc_32 376 #ifdef TARGET_ARCH_MODEL_ppc_32
377 # include "templateTable_ppc_32.hpp" 377 # include "templateTable_ppc_32.hpp"
378 #endif 378 #endif
379 #ifdef TARGET_ARCH_MODEL_ppc_64
380 # include "templateTable_ppc_64.hpp"
381 #endif
379 382
380 }; 383 };
381 #endif /* !CC_INTERP */ 384 #endif /* !CC_INTERP */
382 385
383 #endif // SHARE_VM_INTERPRETER_TEMPLATETABLE_HPP 386 #endif // SHARE_VM_INTERPRETER_TEMPLATETABLE_HPP