On Tue, 19 Oct 2021 22:34:13 GMT, Paul Sandoz <psan...@openjdk.org> wrote:
>> 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. Sounds good. ------------- PR: https://git.openjdk.java.net/jdk/pull/5873