File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/jdk.incubator.vector/share/classes/jdk/incubator/vector Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2017, 2022 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2017, 2024 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
108108 * }</pre>
109109 *
110110 * </ul>
111- * @param <E> the boxed version of {@code ETYPE},
112- * the element type of a vector
113111 *
114112 * <h2>Value-based classes and identity operations</h2>
115113 *
128126 * {@code static final} constants, but storing them in other Java
129127 * fields or in array elements, while semantically valid, may incur
130128 * performance penalties.
129+ *
130+ * @param <E> the boxed version of {@code ETYPE},
131+ * the element type of a vector
131132 */
132133@ SuppressWarnings ("exports" )
133134public abstract class VectorMask <E > extends jdk .internal .vm .vector .VectorSupport .VectorMask <E > {
You can’t perform that action at this time.
0 commit comments