7046096: SEGV IN C2 WITH 6U25
Missing fail flag set in strings concatenation code. Reviewed-by: never
This commit is contained in:
parent
f5e5b2b6e2
commit
8d44d62173
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user