src/share/vm/opto/gcm.cpp

changeset 9914
d99632e69372
parent 9325
6ab57fe8b51f
child 9931
fd44df5e3bc3
child 9953
8a8f679915aa
     1.1 --- a/src/share/vm/opto/gcm.cpp	Mon Dec 02 16:38:34 2019 -0800
     1.2 +++ b/src/share/vm/opto/gcm.cpp	Fri Feb 28 15:33:44 2020 +0100
     1.3 @@ -1307,8 +1307,6 @@
     1.4    // ( visited.Clear() called in schedule_late()->Node_Backward_Iterator() )
     1.5    schedule_late(visited, stack);
     1.6    if (C->failing()) {
     1.7 -    // schedule_late fails only when graph is incorrect.
     1.8 -    assert(!VerifyGraphEdges, "verification should have failed");
     1.9      return;
    1.10    }
    1.11  

mercurial