diff -r a26bc1847594 -r 9c523692db7e src/hotspot/share/opto/loopopts.cpp --- a/src/hotspot/share/opto/loopopts.cpp Fri Aug 02 13:51:34 2019 -0700 +++ b/src/hotspot/share/opto/loopopts.cpp Mon Aug 05 08:03:25 2019 +0200 @@ -1427,9 +1427,8 @@ // Some institutional knowledge is needed here: 'x' is // yanked because if the optimizer runs GVN on it all the // cloned x's will common up and undo this optimization and - // be forced back in the loop. This is annoying because it - // makes +VerifyOpto report false-positives on progress. I - // tried setting control edges on the x's to force them to + // be forced back in the loop. + // I tried setting control edges on the x's to force them to // not combine, but the matching gets worried when it tries // to fold a StoreP and an AddP together (as part of an // address expression) and the AddP and StoreP have