On Sat, 7 Feb 2026 13:56:09 GMT, Chen Liang <[email protected]> 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
