[lworld] Integrated: 8261633: [lworld] TestLWorld::test10 fails IR verification
Tobias Hartmann
thartmann at openjdk.java.net
Fri Feb 12 09:23:49 UTC 2021
On Fri, 12 Feb 2021 09:12:00 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> IR verification fails because there is an unexpected inline type allocation in the code. This is a test bug. The root cause is a missing `@ForceInline` annotation that makes sure the `test10_helper` method is always inlined such that the allocation can be avoided.
>
> Best regards,
> Tobias
This pull request has now been integrated.
Changeset: f1d50a1a
Author: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.java.net/valhalla/commit/f1d50a1a
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8261633: [lworld] TestLWorld::test10 fails IR verification
-------------
PR: https://git.openjdk.java.net/valhalla/pull/332
More information about the valhalla-dev
mailing list