RFR: 8375010: C2 VectorAPI: assert(vbox->is_CheckCastPP()) failed: should be expanded [v4]
duke
duke at openjdk.org
Thu Jan 29 12:32:02 UTC 2026
On Thu, 22 Jan 2026 14:12:12 GMT, Kerem Kat <krk at openjdk.org> wrote:
>> The check `vect->is_Vector() || vect->is_LoadVector()` doesn't handle `Proj` nodes that resolve to vector types, causing an assertion failure when such nodes flow through a `Phi` into `VectorBox`.
>
> Kerem Kat has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revision:
>
> - Merge branch 'master' into fix-c2-checkCastPP
> - Merge branch 'master' into fix-c2-checkCastPP
> - 8374903: C2 VectorAPI: assert(vbox->as_Phi()->region() == vect->as_Phi()->region()) failed
> - Simplify expand_vbox_node_helper by merging VectorBox Phi handling
> - 8375010: C2 VectorAPI: assert(vbox->is_CheckCastPP()) failed: should be expanded
@krk
Your change (at version 9670be04724f1671ab4fcb8029fdb82b0451727a) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/29200#issuecomment-3817345610
More information about the hotspot-compiler-dev
mailing list