mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8266189: Remove C1 "IfInstanceOf" instruction
Reviewed-by: thartmann
This commit is contained in:
parent
b46086d777
commit
548899d40e
10 changed files with 0 additions and 93 deletions
|
@ -1186,11 +1186,6 @@ void LIRGenerator::do_Local(Local* x) {
|
|||
}
|
||||
|
||||
|
||||
void LIRGenerator::do_IfInstanceOf(IfInstanceOf* x) {
|
||||
Unimplemented();
|
||||
}
|
||||
|
||||
|
||||
void LIRGenerator::do_Return(Return* x) {
|
||||
if (compilation()->env()->dtrace_method_probes()) {
|
||||
BasicTypeList signature;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue