Currently jextract accepts -l option for loading library.  The option value can be a simple name or a path. Depending on simple name or path, jextract generates System.loadLibrary or System.load call and then uses SymbolLookup.loaderLookup.
We now have SymbolLookup.libraryLookup() support in foreign-preview, jextract should support generating that instead of SymbolLookup.loaderLookup always.
            
We now have SymbolLookup.libraryLookup() support in foreign-preview, jextract should support generating that instead of SymbolLookup.loaderLookup always.
- relates to
- 
                    CODETOOLS-7903654 Jextract should use library lookup -           
- Resolved
 
-