mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8325001: Typo in the javadocs for the Arena::ofShared method
Reviewed-by: dfuchs
This commit is contained in:
parent
cd11059f10
commit
6b84f9bb3e
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ public interface Arena extends SegmentAllocator, AutoCloseable {
|
|||
}
|
||||
|
||||
/**
|
||||
* {@return a new shared arena} Segments allocated with the global arena can be
|
||||
* {@return a new shared arena} Segments allocated with the shared arena can be
|
||||
* {@linkplain MemorySegment#isAccessibleBy(Thread) accessed} by any thread.
|
||||
* <p>
|
||||
* Memory segments {@linkplain #allocate(long, long) allocated} by the returned arena
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue