[lworld] Integrated: 8256400: [lworld] C2 compilation fails with assert(addp->is_AddP() && addp->outcnt() > 0) failed: Don't process dead nodes
Tobias Hartmann
thartmann at openjdk.java.net
Mon Nov 16 15:25:18 UTC 2020
On Mon, 16 Nov 2020 15:19:33 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> Escape analysis does not like dead AddP nodes. We should only create them in `ArrayCopyNode::prepare_array_copy` after we've checked for bailout.
This pull request has now been integrated.
Changeset: e9724e55
Author: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.java.net/valhalla/commit/e9724e55
Stats: 11 lines in 3 files changed: 3 ins; 8 del; 0 mod
8256400: [lworld] C2 compilation fails with assert(addp->is_AddP() && addp->outcnt() > 0) failed: Don't process dead nodes
-------------
PR: https://git.openjdk.java.net/valhalla/pull/261
More information about the valhalla-dev
mailing list