comparison src/share/vm/interpreter/templateTable.hpp @ 14694:58cf34613a72

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 abec000618bf
children 92aa6797d639 52b4284cb496
comparison
equal deleted inserted replaced
14693:9e9af3aa4278 14694:58cf34613a72
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