mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
7030207: Zero tweak to remove accidentally incorporated code
IcedTea contains a now-unmaintained ARM-specific interpreter and part of that interpreter was accidentally incorporated in one of the webrevs when Zero was initially imported. Reviewed-by: twisti
This commit is contained in:
parent
3de260da41
commit
d31e82c17f
1 changed files with 0 additions and 11 deletions
|
@ -2383,17 +2383,6 @@ run:
|
||||||
}
|
}
|
||||||
|
|
||||||
DEFAULT:
|
DEFAULT:
|
||||||
#ifdef ZERO
|
|
||||||
// Some zero configurations use the C++ interpreter as a
|
|
||||||
// fallback interpreter and have support for platform
|
|
||||||
// specific fast bytecodes which aren't supported here, so
|
|
||||||
// redispatch to the equivalent non-fast bytecode when they
|
|
||||||
// are encountered.
|
|
||||||
if (Bytecodes::is_defined((Bytecodes::Code)opcode)) {
|
|
||||||
opcode = (jubyte)Bytecodes::java_code((Bytecodes::Code)opcode);
|
|
||||||
goto opcode_switch;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
fatal(err_msg("Unimplemented opcode %d = %s", opcode,
|
fatal(err_msg("Unimplemented opcode %d = %s", opcode,
|
||||||
Bytecodes::name((Bytecodes::Code)opcode)));
|
Bytecodes::name((Bytecodes::Code)opcode)));
|
||||||
goto finish;
|
goto finish;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue