提交 f6022247 编写于 作者: N never

7152955: print_method crashes with null root

Reviewed-by: kvn, never
Contributed-by: nils.eliasson@oracle.com
上级 232128aa
...@@ -1875,10 +1875,10 @@ void Compile::Code_Gen() { ...@@ -1875,10 +1875,10 @@ void Compile::Code_Gen() {
cfg.Estimate_Block_Frequency(); cfg.Estimate_Block_Frequency();
cfg.GlobalCodeMotion(m,unique(),proj_list); cfg.GlobalCodeMotion(m,unique(),proj_list);
if (failing()) return;
print_method("Global code motion", 2); print_method("Global code motion", 2);
if (failing()) return;
NOT_PRODUCT( verify_graph_edges(); ) NOT_PRODUCT( verify_graph_edges(); )
debug_only( cfg.verify(); ) debug_only( cfg.verify(); )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册