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 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)
).static SymbolLookup
CLinker.systemLookup()
Obtains a system lookup which is suitable to find symbols in the standard C libraries.