[lworld] Integrated: 8260034: [lworld] C1 compilation fails with assert "should not be optimized out"
Tobias Hartmann
thartmann at openjdk.java.net
Thu Jan 21 12:57:01 UTC 2021
On Thu, 21 Jan 2021 11:22:29 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> We hit an assert during C1 compilation because an array load is optimized out. The assert is too strong. While looking at the code, I've noticed that we are always profiling array stores, even if the array is known to be a loaded, flattened array. I don't think that's needed.
>
> Thanks,
> Tobias
This pull request has now been integrated.
Changeset: 607c71f6
Author: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.java.net/valhalla/commit/607c71f6
Stats: 120 lines in 3 files changed: 92 ins; 10 del; 18 mod
8260034: [lworld] C1 compilation fails with assert "should not be optimized out"
-------------
PR: https://git.openjdk.java.net/valhalla/pull/309
More information about the valhalla-dev
mailing list