RFR: 8271515: Integration of JEP 417: Vector API (Third Incubator) [v3]
Paul Sandoz
psandoz at openjdk.java.net
Tue Oct 19 22:40:52 UTC 2021
On Tue, 19 Oct 2021 21:14:08 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:
>> Paul Sandoz has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains seven commits:
>>
>> - Merge branch 'master' into JDK-8271515-vector-api
>> - Apply patch from https://github.com/openjdk/panama-vector/pull/152
>> - Apply patch from https://github.com/openjdk/panama-vector/pull/142
>> - Apply patch from https://github.com/openjdk/panama-vector/pull/139
>> - Apply patch from https://github.com/openjdk/panama-vector/pull/151
>> - Add new files.
>> - 8271515: Integration of JEP 417: Vector API (Third Incubator)
>
> src/jdk.incubator.vector/share/classes/jdk/incubator/vector/VectorMask.java line 574:
>
>> 572: * @throws ClassCastException if the species is wrong
>> 573: */
>> 574: abstract <F> VectorMask<F> check(Class<? extends VectorMask<F>> maskClass, Vector<F> vector);
>
> This is a package-private method so the java doc style comments are not needed here.
I think that is fine, documentation for us :-) I converted to package private since it only really makes sense for internal use right now.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5873
More information about the core-libs-dev
mailing list