Uses of Interface
java.lang.foreign.Linker.Option.CaptureCallState
Package
Description
Provides low-level access to memory and functions outside the Java runtime.
-
Uses of Linker.Option.CaptureCallStatePREVIEW in java.lang.foreign
Modifier and TypeMethodDescriptionLinker.Option.captureCallState
(String... capturedState) Returns A linker option used to save portions of the execution state immediately after calling a foreign function associated with a downcall method handle, before it can be overwritten by the Java runtime, or read through conventional means.