mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-22 12:51:01 +00:00
8346667: Doccheck: warning about missing </span> before <h2>
Reviewed-by: prappo Backport-of: 054c644ea6ea38e54abc81e231977106d04bb69e
This commit is contained in:
parent
bed040191b
commit
ab78b04cf6
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2017, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -108,8 +108,6 @@ import java.util.Objects;
|
||||
* }</pre>
|
||||
*
|
||||
* </ul>
|
||||
* @param <E> the boxed version of {@code ETYPE},
|
||||
* the element type of a vector
|
||||
*
|
||||
* <h2>Value-based classes and identity operations</h2>
|
||||
*
|
||||
@ -128,6 +126,9 @@ import java.util.Objects;
|
||||
* {@code static final} constants, but storing them in other Java
|
||||
* fields or in array elements, while semantically valid, may incur
|
||||
* performance penalties.
|
||||
*
|
||||
* @param <E> the boxed version of {@code ETYPE},
|
||||
* the element type of a vector
|
||||
*/
|
||||
@SuppressWarnings("exports")
|
||||
public abstract class VectorMask<E> extends jdk.internal.vm.vector.VectorSupport.VectorMask<E> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user