mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-03 19:48:46 +00:00
8381464: Typo in Linker::captureCallState JavaDoc
Reviewed-by: liach, pminborg
This commit is contained in:
parent
9607a7284d
commit
f3a1c67b1c
@ -833,7 +833,7 @@ public sealed interface Linker permits AbstractLinker {
|
||||
* <p>
|
||||
* Captured state can be stored in, or retrieved from the capture state segment by
|
||||
* constructing var handles from the {@linkplain #captureStateLayout capture state layout}.
|
||||
* Some functions require this state the be initialized to a particular value before
|
||||
* Some functions require this state to be initialized to a particular value before
|
||||
* invoking the downcall.
|
||||
* <p>
|
||||
* The following example demonstrates the use of this linker option:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user