mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +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
|
@ -37,7 +37,6 @@
|
|||
#include "runtime/synchronizer.hpp"
|
||||
#include "utilities/macros.hpp"
|
||||
|
||||
#ifndef CC_INTERP
|
||||
#define __ _masm->
|
||||
|
||||
// Misc helpers
|
||||
|
@ -3777,4 +3776,3 @@ void TemplateTable::multianewarray() {
|
|||
call_VM(Otos_i, CAST_FROM_FN_PTR(address, InterpreterRuntime::multianewarray), O1);
|
||||
__ add( Lesp, Lscratch, Lesp); // pop all dimensions off the stack
|
||||
}
|
||||
#endif /* !CC_INTERP */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue