mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-20 23:36:18 +00:00
8149356: Leftover from JDK-8141044: UseNewCode usage
Reviewed-by: vlivanov
This commit is contained in:
parent
afca49ff29
commit
8e808d813d
@ -730,7 +730,7 @@ void Canonicalizer::do_If(If* x) {
|
||||
}
|
||||
} else if (rt == objectNull &&
|
||||
(l->as_NewInstance() || l->as_NewArray() ||
|
||||
(UseNewCode && l->as_Local() && l->as_Local()->is_receiver()))) {
|
||||
(l->as_Local() && l->as_Local()->is_receiver()))) {
|
||||
if (x->cond() == Instruction::eql) {
|
||||
BlockBegin* sux = x->fsux();
|
||||
set_canonical(new Goto(sux, x->state_before(), is_safepoint(x, sux)));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user