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

Suchismith Roy sroy at openjdk.org
Fri Mar 22 09:53:23 UTC 2024


On Thu, 21 Mar 2024 20:29:16 GMT, Mandy Chung <mchung at openjdk.org> wrote:

> As @jaikiran suggests, `loadLibraryOnlyIfPresent()` should return false for AIX as the file does not exist. The library implementation may need to adjust as the current implementation uses a file path name.

Had kept it as true, as it was in J9. but changing it to false works.
So that would mean we are letting the java Runtime to handle paths that don't exist ?

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

PR Comment: https://git.openjdk.org/jdk/pull/17945#issuecomment-2014728820


More information about the core-libs-dev mailing list