RFR: JDK-8319516 - Native library suffix impact on the library loading in AIX- Java Class Loader [v2]

Jaikiran Pai jpai at openjdk.org
Mon Mar 18 17:43:45 UTC 2024


On Mon, 18 Mar 2024 17:31:21 GMT, Suchismith Roy <sroy at openjdk.org> wrote:

> In AIX, we have an usecase where shared libraries have certain member objects to be referred to. E.g libclang.a(shr_64.o) .

Would you happen to know any official documentation which explains that AIX syntax? 

> When we provide the path to loadLibrary()

Do you mean some application code is calling the `System.loadLibrary()` method with such values?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17945#discussion_r1528994926


More information about the core-libs-dev mailing list