RFR: 8377355: VectorAPI source generation broken after JDK-8371187
Varada M
varadam at openjdk.org
Mon Feb 9 22:00:19 UTC 2026
On Sat, 7 Feb 2026 13:56:09 GMT, Chen Liang <liach at openjdk.org> wrote:
>> Added the missing definition of 'swapIfNeeded' in X-Vector.java.template
>>
>> JBS : [JDK-8377355](https://bugs.openjdk.org/browse/JDK-8377355)
>
> src/jdk.incubator.vector/share/classes/jdk/incubator/vector/X-Vector.java.template line 5396:
>
>> 5394: }
>> 5395:
>> 5396: @Override
>
> In `ByteVector` there is a `/*package-private*/` comment between these lines.
> This is not in the other files.
>
> Can you either:
>
> 1. Remove that redundant comment from ByteVector, or
> 2. Add it here + in non-ByteVector classes
>
> for consistency?
I have removed the line from ByteVector
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29616#discussion_r2780914756
More information about the core-libs-dev
mailing list