mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8336039: Doccheck: HTML warnings, broken links and missing files in java.base documentation
Reviewed-by: liach, djelinski
This commit is contained in:
parent
7ddd02599c
commit
92de2b2d5f
8 changed files with 19 additions and 20 deletions
|
@ -61,7 +61,7 @@ import java.util.function.Consumer;
|
|||
* by the garbage collector. The scope of an automatic arena is an automatic scope. As
|
||||
* such, the regions of memory backing memory segments allocated with the automatic arena
|
||||
* are deallocated at some unspecified time <em>after</em> the automatic arena (and all
|
||||
* the segments allocated by it) becomes <a href="../../../java/lang/ref/package.html#reachability">unreachable</a>,
|
||||
* the segments allocated by it) becomes {@linkplain java.lang.ref##reachability unreachable},
|
||||
* as shown below:
|
||||
* {@snippet lang = java:
|
||||
* MemorySegment segment = Arena.ofAuto().allocate(100, 1); // @highlight regex='ofAuto()'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue