Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit

Permalink
8239852: java/util/concurrent tests fail with -XX:+VerifyGraphEdges: …
Browse files Browse the repository at this point in the history
…assert(!VerifyGraphEdges) failed: verification should have failed

Remove an assertion which was too strong for some valid IRs when running with -XX:+VerifyGraphEdges

Reviewed-by: neliasso, thartmann
  • Loading branch information
chhagedorn committed Feb 28, 2020
1 parent 290c21f commit bd25c0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hotspot/share/opto/gcm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1439,8 +1439,6 @@ void PhaseCFG::global_code_motion() {
// ( visited.clear() called in schedule_late()->Node_Backward_Iterator() )
schedule_late(visited, stack);
if (C->failing()) {
// schedule_late fails only when graph is incorrect.
assert(!VerifyGraphEdges, "verification should have failed");
return;
}

Expand Down

0 comments on commit bd25c0e

Please sign in to comment.