RFR: 8377355: VectorAPI source generation broken after JDK-8371187
Jatin Bhateja
jbhateja at openjdk.org
Tue Feb 10 06:01:42 UTC 2026
On Fri, 6 Feb 2026 20:33:32 GMT, Varada M <varadam 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
For sake of uniformity you should add /*package-private*/ comment over newly defined swapIfNeeded method.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29616#discussion_r2785954622
More information about the core-libs-dev
mailing list