mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8036976: PPC64: implement the template interpreter
Co-authored-by: Martin Doerr <martin.doerr@sap.com> Reviewed-by: kvn, coleenp
This commit is contained in:
parent
768beb9a23
commit
faad7883f2
23 changed files with 8327 additions and 103 deletions
|
@ -376,6 +376,9 @@ class TemplateTable: AllStatic {
|
|||
#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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue