[lworld] Integrated: 8256329: [lworld] C2 compilation fails with assert(!t->is_flat() && !t->is_not_flat()) failed: Should have been optimized out
Tobias Hartmann
thartmann at openjdk.java.net
Fri Nov 13 12:49:17 UTC 2020
On Fri, 13 Nov 2020 12:40:38 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> In rare cases, the flat array check is not processed by IGVN and therefore not optimized out. The fix is to simply add it to the worklist during parsing.
This pull request has now been integrated.
Changeset: 1c3bb00e
Author: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.java.net/valhalla/commit/1c3bb00e
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8256329: [lworld] C2 compilation fails with assert(!t->is_flat() && !t->is_not_flat()) failed: Should have been optimized out
-------------
PR: https://git.openjdk.java.net/valhalla/pull/258
More information about the valhalla-dev
mailing list