mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
7123954: Some CTW test crash with SIGSEGV
Correct Allocate expansion code to preserve i_o when only slow call is generated. Reviewed-by: iveresov
This commit is contained in:
parent
6c38bc48ca
commit
f96f3e5e85
2 changed files with 34 additions and 15 deletions
|
@ -2522,7 +2522,7 @@ static void final_graph_reshaping_impl( Node *n, Final_Reshape_Counts &frc ) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
assert(p != NULL, "must be found");
|
||||
assert(proj != NULL, "must be found");
|
||||
p->subsume_by(proj);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue