[jdk17] RFR: 8269517: compiler/loopopts/TestPartialPeelingSinkNodes.java crashes with -XX:+VerifyGraphEdges
Jie Fu
jiefu at openjdk.java.net
Mon Jun 28 23:14:04 UTC 2021
On Mon, 28 Jun 2021 18:30:59 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> 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.
Thanks @vnkozlov and @dean-long for your review.
Yes, other places (not only in loop opts) may need this kind of check too.
But it seems hard to say there should be a check at some point.
So I suggest fixing it when it turns out to be necessary in the future.
Thanks.
-------------
PR: https://git.openjdk.java.net/jdk17/pull/158
More information about the hotspot-compiler-dev
mailing list