RFR: 8376187: [VectorAPI] Define new lane type constants and pass them to intrinsic entries [v2]
Jatin Bhateja
jbhateja at openjdk.org
Thu Jan 29 11:39:35 UTC 2026
On Thu, 29 Jan 2026 11:19:18 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:
>> Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Review comments resolution
>
> src/hotspot/share/prims/vectorSupport.cpp line 202:
>
>> 200: }
>> 201:
>> 202: int VectorSupport::vop2ideal(jint id, BasicType bt) {
>
> Previously, this method accepts a `BasicType`, now it accepts an untyped `int`.
Correct, we are passing an integer laneType from java side to intrinsic entry points.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29481#discussion_r2741207425
More information about the core-libs-dev
mailing list