On Tue, 12 Oct 2021 15:24:41 GMT, Cheng Jin <[email protected]> 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
