RFR: 8268129: LibraryLookup::ofDefault leaks symbols from loaded libraries

Maurizio Cimadamore mcimadamore at openjdk.java.net
Tue Oct 12 15:07:55 UTC 2021


On Fri, 8 Oct 2021 21:45:21 GMT, Cheng Jin <duke at openjdk.java.net> wrote:

> That's what I thought to be the only way around but might need to figure out the specifics on AIX.

Is `libc.a` loadable on AIX (e.g. with System.loadLibrary) ? (Sorry I don't have a machine to test readily available). If so, we might just load `libc` and `libm` and drop the shim library generation on AIX.

-------------

PR: https://git.openjdk.java.net/jdk/pull/4316


More information about the core-libs-dev mailing list