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

Jie Fu jiefu at openjdk.java.net
Mon Jun 28 12:45:21 UTC 2021


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

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

Commit messages:
 - 8269517: compiler/loopopts/TestPartialPeelingSinkNodes.java crashes with -XX:+VerifyGraphEdges

Changes: https://git.openjdk.java.net/jdk17/pull/158/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk17&pr=158&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8269517
  Stats: 6 lines in 1 file changed: 6 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk17/pull/158.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk17 pull/158/head:pull/158

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


More information about the hotspot-compiler-dev mailing list