Uses of Interface
jdk.incubator.foreign.SymbolLookup
Package
Description
Classes to support low-level and efficient foreign memory/function access, directly from Java.
-
Uses of SymbolLookup in jdk.incubator.foreign
Modifier and TypeInterfaceDescriptioninterface
A C linker implements the C Application Binary Interface (ABI) calling conventions.Modifier and TypeMethodDescriptionstatic SymbolLookup
SymbolLookup.loaderLookup()
Obtains a symbol lookup suitable to find symbols in native libraries associated with the caller's classloader (that is, libraries loaded usingSystem.loadLibrary(java.lang.String)
orSystem.load(java.lang.String)
).