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:
Vladimir Kozlov 2011-12-27 15:08:43 -08:00
parent 6c38bc48ca
commit f96f3e5e85
2 changed files with 34 additions and 15 deletions

View file

@ -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);
}
}