Uses of Interface
jdk.incubator.foreign.SymbolLookup
Packages that use SymbolLookup
Package
Description
Classes to support low-level and efficient foreign memory/function access, directly from Java.
-
Uses of SymbolLookup in jdk.incubator.foreign
Subinterfaces of SymbolLookup in jdk.incubator.foreignModifier and TypeInterfaceDescriptioninterface
A C linker implements the C Application Binary Interface (ABI) calling conventions.Methods in jdk.incubator.foreign that return SymbolLookupModifier 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)
).