mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-17 18:30:27 +00:00
8264320: ShouldNotReachHere in Compile::print_inlining_move_to()
Reviewed-by: kvn, thartmann
This commit is contained in:
parent
5db64c3353
commit
bfc1cd8eaf
@ -565,6 +565,10 @@ Node *Node::clone() const {
|
||||
if (cg != NULL) {
|
||||
CallGenerator* cloned_cg = cg->with_call_node(n->as_Call());
|
||||
n->as_Call()->set_generator(cloned_cg);
|
||||
|
||||
C->print_inlining_assert_ready();
|
||||
C->print_inlining_move_to(cg);
|
||||
C->print_inlining_update(cloned_cg);
|
||||
}
|
||||
}
|
||||
if (n->is_SafePoint()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user