8343071: Broken anchors to restricted method page and some redundant ids

8332747: Broken links in StructuredTaskScope

Reviewed-by: mcimadamore, iris
This commit is contained in:
Nizar Benalla 2024-11-05 21:43:11 +00:00
parent d4d9831c90
commit 69bc088774
4 changed files with 7 additions and 7 deletions

View file

@ -501,7 +501,7 @@ import jdk.internal.vm.annotation.ForceInline;
* All the methods that can be used to manipulate zero-length memory segments
* ({@link #reinterpret(long)}, {@link #reinterpret(Arena, Consumer)}, {@link #reinterpret(long, Arena, Consumer)} and
* {@link AddressLayout#withTargetLayout(MemoryLayout)}) are
* <a href="package-summary.html#restricted"><em>restricted</em></a> methods, and should
* <a href="{@docRoot}/java.base/java/lang/doc-files/RestrictedMethods.html#restricted"><em>restricted</em></a> methods, and should
* be used with caution: assigning a segment incorrect spatial and/or temporal bounds
* could result in a VM crash when attempting to access the memory segment.
*