RFR: JDK-8320005 : Allow loading of shared objects with .a extension on AIX [v11]

Martin Doerr mdoerr at openjdk.org
Mon Feb 5 09:16:06 UTC 2024


On Wed, 31 Jan 2024 11:22:27 GMT, Joachim Kern <jkern at openjdk.org> wrote:

>> The load library gets the entire library name, after construction from dll_build_name. This is always a .so file name. When .so file name fails to load, we fallback to .a filename. 
>> Do i need to mention the filename as libfilename.so then ?
>
> Yes, I think this would make it clear.

Please use space after comma.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16604#discussion_r1477871269


More information about the serviceability-dev mailing list