8258558: Revert changes for JDK-8252505 and related issues

Reviewed-by: kvn
This commit is contained in:
Aleksey Shipilev 2021-01-06 13:27:57 +00:00
parent e66187d885
commit ad45678719
33 changed files with 2 additions and 1662 deletions

View file

@ -3561,8 +3561,6 @@ void Compile::final_graph_reshaping_main_switch(Node* n, Final_Reshape_Counts& f
}
break;
}
case Op_Blackhole:
break;
case Op_RangeCheck: {
RangeCheckNode* rc = n->as_RangeCheck();
Node* iff = new IfNode(rc->in(0), rc->in(1), rc->_prob, rc->_fcnt);