mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8074457: Remove the non-Zero CPP Interpreter
Remove cppInterpreter assembly files and reorganize InterpreterGenerator includes Reviewed-by: goetz, bdelsart
This commit is contained in:
parent
d6e95be627
commit
ac0d55c188
109 changed files with 480 additions and 8364 deletions
|
@ -355,8 +355,6 @@ class TemplateTable: AllStatic {
|
|||
# include "templateTable_x86.hpp"
|
||||
#elif defined TARGET_ARCH_MODEL_sparc
|
||||
# include "templateTable_sparc.hpp"
|
||||
#elif defined TARGET_ARCH_MODEL_zero
|
||||
# include "templateTable_zero.hpp"
|
||||
#elif defined TARGET_ARCH_MODEL_ppc_64
|
||||
# include "templateTable_ppc_64.hpp"
|
||||
#elif defined TARGET_ARCH_MODEL_aarch64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue