mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8319607: FFM: Review the language in the FFM documentation
Reviewed-by: mcimadamore
This commit is contained in:
parent
bf9a93de1f
commit
ef8c8408a6
12 changed files with 128 additions and 128 deletions
|
@ -246,7 +246,7 @@ public interface Arena extends SegmentAllocator, AutoCloseable {
|
|||
* The returned segment is associated with this {@linkplain #scope() arena scope}.
|
||||
* The segment's {@link MemorySegment#address() address} is the starting address of the
|
||||
* allocated off-heap region of memory backing the segment, and the address is
|
||||
* aligned according the provided alignment constraint.
|
||||
* aligned according to the provided alignment constraint.
|
||||
*
|
||||
* @implSpec
|
||||
* Implementations of this method must return a native segment featuring the requested size,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue