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

Suchismith Roy sroy at openjdk.org
Tue Mar 19 10:00:21 UTC 2024


On Mon, 18 Mar 2024 17:40:04 GMT, Jaikiran Pai <jpai 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?
> 

https://www.ibm.com/docs/en/aix/7.2?topic=l-ld-command
Text : 

**autoload: path/file(member) | Automatically load the archive member.
-- | --**
Autoload is a  flag used to load archive members. The format of the path is mentioned.

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

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


More information about the core-libs-dev mailing list