[jdk17] RFR: 8269517: compiler/loopopts/TestPartialPeelingSinkNodes.java crashes with -XX:+VerifyGraphEdges

Vladimir Kozlov kvn at openjdk.java.net
Mon Jun 28 18:34:11 UTC 2021


On Mon, 28 Jun 2021 12:36:50 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> Hi all,
> 
> Please review this small change.
> The fix logic is that we should NOT verify edges of IR which has actually bailed out.
> 
> Thanks.
> Best regards,
> Jie

Fix is good. But I wonder if there are other places in loop opts for which we need to add this check too to skip following loop optimizations.

-------------

PR: https://git.openjdk.java.net/jdk17/pull/158


More information about the hotspot-compiler-dev mailing list