提交 ea9c7952 编写于 作者: C chagedorn

8239852: java/util/concurrent tests fail with -XX:+VerifyGraphEdges:...

8239852: java/util/concurrent tests fail with -XX:+VerifyGraphEdges: assert(!VerifyGraphEdges) failed: verification should have failed
Summary: Remove an assertion which was too strong for some valid IRs when running with -XX:+VerifyGraphEdges
Reviewed-by: neliasso, thartmann
上级 2f218ae7
...@@ -1307,8 +1307,6 @@ void PhaseCFG::global_code_motion() { ...@@ -1307,8 +1307,6 @@ void PhaseCFG::global_code_motion() {
// ( visited.Clear() called in schedule_late()->Node_Backward_Iterator() ) // ( visited.Clear() called in schedule_late()->Node_Backward_Iterator() )
schedule_late(visited, stack); schedule_late(visited, stack);
if (C->failing()) { if (C->failing()) {
// schedule_late fails only when graph is incorrect.
assert(!VerifyGraphEdges, "verification should have failed");
return; return;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册