File tree 1 file changed +4
-3
lines changed
src/jdk.incubator.vector/share/classes/jdk/incubator/vector
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
108
108
* }</pre>
109
109
*
110
110
* </ul>
111
- * @param <E> the boxed version of {@code ETYPE},
112
- * the element type of a vector
113
111
*
114
112
* <h2>Value-based classes and identity operations</h2>
115
113
*
128
126
* {@code static final} constants, but storing them in other Java
129
127
* fields or in array elements, while semantically valid, may incur
130
128
* performance penalties.
129
+ *
130
+ * @param <E> the boxed version of {@code ETYPE},
131
+ * the element type of a vector
131
132
*/
132
133
@ SuppressWarnings ("exports" )
133
134
public abstract class VectorMask <E > extends jdk .internal .vm .vector .VectorSupport .VectorMask <E > {
You can’t perform that action at this time.
0 commit comments