7046096: SEGV IN C2 WITH 6U25

Missing fail flag set in strings concatenation code.

Reviewed-by: never
This commit is contained in:
Vladimir Kozlov 2011-05-20 12:46:20 -07:00
parent f5e5b2b6e2
commit 8d44d62173

View File

@ -768,6 +768,7 @@ bool StringConcat::validate_control_flow() {
tty->cr();
}
#endif
fail = true;
break;
} else if (ptr->is_Proj() && ptr->in(0)->is_Initialize()) {
ptr = ptr->in(0)->in(0);