Library Loading


Lately, we’ve been thinking about our abstraction for loading native library, namely LibraryLookup. LibraryLookup is a cute little interface which lets you load libraries by name or by full path (similar to System::loadLibrary vs. System::load) - after you obtain a lookup object, you can then search for specific symbols and get back an address...

More at https://mail.openjdk.java.net/pipermail/panama-dev/2021-April/013577.html