[lworld] Integrated: 8376213: [lworld] C2: assert(is_InlineType()) failed: invalid node class: Phi/LoadP/DecodeN
Quan Anh Mai
qamai at openjdk.org
Thu Feb 5 06:56:37 UTC 2026
On Wed, 4 Feb 2026 15:55:12 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:
> Hi,
>
> The issue here is that not all fields of inline types are expanded to `InlineTypeNode`s. The decision to expand them should have been done when we obtain the object, so we just need to check if the field value is a `InlineTypeNode` here.
>
> Testing:
>
> - [x] tier1-4,valhalla-comp-stress, Linux-x64
>
> Please kindly review, thanks a lot.
This pull request has now been integrated.
Changeset: e40b636f
Author: Quan Anh Mai <qamai at openjdk.org>
URL: https://git.openjdk.org/valhalla/commit/e40b636f388f436103bca2b4e1c4460553fdb81f
Stats: 79 lines in 2 files changed: 77 ins; 0 del; 2 mod
8376213: [lworld] C2: assert(is_InlineType()) failed: invalid node class: Phi/LoadP/DecodeN
Reviewed-by: thartmann
-------------
PR: https://git.openjdk.org/valhalla/pull/2035
More information about the valhalla-dev
mailing list