提交 0527eebd 编写于 作者: K kvn

7046096: SEGV IN C2 WITH 6U25

Summary: Missing fail flag set in strings concatenation code.
Reviewed-by: never
上级 f009cfc6
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册