mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 20:44:41 +02:00
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
1 changed files with 1 additions and 0 deletions
|
@ -768,6 +768,7 @@ bool StringConcat::validate_control_flow() {
|
||||||
tty->cr();
|
tty->cr();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
fail = true;
|
||||||
break;
|
break;
|
||||||
} else if (ptr->is_Proj() && ptr->in(0)->is_Initialize()) {
|
} else if (ptr->is_Proj() && ptr->in(0)->is_Initialize()) {
|
||||||
ptr = ptr->in(0)->in(0);
|
ptr = ptr->in(0)->in(0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue