RFR: 8299658: C1 compilation crashes in LinearScan::resolve_exception_edge
Martin Doerr
mdoerr at openjdk.org
Mon Aug 28 10:17:16 UTC 2023
On Fri, 18 Aug 2023 20:17:52 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> This is a quick fix for the C1 problem described in the JBS issue.
> When we find an illegal operand (modelled by nullptr) while resolving an exception edge we can propagate this state to the phi function and skip the edge.
>
> If somebody finds a better way to propagate the "illegal" state to the phi function, I can change or close this PR.
>
> Please review. A nice regression test would be a good thing, but probably not easy to write.
Thanks for the reviews! I think it's time for verifying it in the field. Let's ship it with an EA build.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15348#issuecomment-1695418297
More information about the hotspot-compiler-dev
mailing list