RFR: 8268129: LibraryLookup::ofDefault leaks symbols from loaded libraries
Maurizio Cimadamore
mcimadamore at openjdk.java.net
Tue Oct 12 17:30:53 UTC 2021
On Tue, 12 Oct 2021 15:24:41 GMT, Cheng Jin <duke at openjdk.java.net> wrote:
> I tried to load `libc.a` and `libc` this way but neither of them works on AIX.
Sorry - what I meant is - `System::load`, which accepts a full path and extension. E.g.
System.load("/usr/lib/libc.a");
-------------
PR: https://git.openjdk.java.net/jdk/pull/4316
More information about the build-dev
mailing list