RFR: 8299658: C1 compilation crashes in LinearScan::resolve_exception_edge
Tobias Hartmann
thartmann at openjdk.org
Mon Aug 21 09:52:30 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.
That looks reasonable to me.
-------------
Marked as reviewed by thartmann (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/15348#pullrequestreview-1586629742
More information about the hotspot-compiler-dev
mailing list