[lworld] Integrated: 8328699: [lworld] C2 compilation fails with "no reachable node should have no use"
Tobias Hartmann
thartmann at openjdk.org
Thu Mar 21 14:35:30 UTC 2024
On Thu, 21 Mar 2024 13:23:22 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> `InlineTypeNode::set_*` methods should use `set_req_X` instead of `set_req` to make sure that an input node becoming dead is processed by IGVN.
>
> Edit: I just noticed that the barrier part of JDK-8328682 causes some issues so I'm using this change to quickly back it out. Will REDO with JDK-8328704.
>
> Thanks,
> Tobias
This pull request has now been integrated.
Changeset: fe2beb5b
Author: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.org/valhalla/commit/fe2beb5b254a56270cb6f06bf5104819055e26c1
Stats: 21 lines in 8 files changed: 4 ins; 0 del; 17 mod
8328699: [lworld] C2 compilation fails with "no reachable node should have no use"
-------------
PR: https://git.openjdk.org/valhalla/pull/1055
More information about the valhalla-dev
mailing list