mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8239782: CC_INTERP is only used by Zero interpreter
Change CC_INTERP conditional to ZERO and remove in places where unnecessary. Fix build to exclude compilers and rename CppInterpreter to ZeroInterpreter. The "C++ Interpreter" has been removed from the code a while ago. Reviewed-by: dholmes, ihse
This commit is contained in:
parent
6b251191e0
commit
1550fd889b
55 changed files with 288 additions and 639 deletions
|
@ -35,8 +35,6 @@
|
|||
#include "runtime/timerTrace.hpp"
|
||||
#include "utilities/copy.hpp"
|
||||
|
||||
#ifndef CC_INTERP
|
||||
|
||||
# define __ _masm->
|
||||
|
||||
void TemplateInterpreter::initialize_stub() {
|
||||
|
@ -369,5 +367,3 @@ bool TemplateInterpreter::bytecode_should_reexecute(Bytecodes::Code code) {
|
|||
InterpreterCodelet* TemplateInterpreter::codelet_containing(address pc) {
|
||||
return (InterpreterCodelet*)_code->stub_containing(pc);
|
||||
}
|
||||
|
||||
#endif // !CC_INTERP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue