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

Suchismith Roy sroy at openjdk.org
Wed Mar 27 17:04:28 UTC 2024


On Wed, 27 Mar 2024 16:44:34 GMT, Mandy Chung <mchung at openjdk.org> wrote:

> > So we should keep the mapAlternativeName for atleast .so to .a mapping(without any members mentioned).
> 
> "libname.so(member_name)" is not a valid library name. No reason why `System.load` has to support it.

We are not supporting that. Are you referring to the comment in the code ? Yeah it should be resconstruction of libname(member_name).so , which is the first filename the classLoader constructs.

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

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


More information about the core-libs-dev mailing list