8346667: Doccheck: warning about missing </span> before <h2>

Reviewed-by: psandoz
This commit is contained in:
Nizar Benalla 2024-12-20 10:17:21 +00:00
parent 2a68f74188
commit 054c644ea6

View File

@ -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> {