mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
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:
parent
d4d9831c90
commit
69bc088774
4 changed files with 7 additions and 7 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue