On Wed, 9 Sep 2026 20:44:14 GMT, Chen Liang <[email protected]> wrote:
> The return value of `convert0('X', vspecies().withLanes(laneType))` is
> polymorphic, making the subsequent call `swapIfNeeded` megamorphic and thus
> causing allocations. We have the constant species available and should
> execute code on the species instead.
>
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK
> Interim AI Policy](https://openjdk.org/legal/ai).
Hi @TheRealMDoerr @offamitkumar, since you are more familiar with big endian
platforms and we don't have access to BE machines, can you help test this patch?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/32803#issuecomment-5613797595