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

Martin Doerr mdoerr at openjdk.org
Thu Mar 28 08:42:38 UTC 2024


On Wed, 27 Mar 2024 17:23:50 GMT, Suchismith Roy <sroy at openjdk.org> wrote:

>> Allow support for both .a and .so files in AIX.
>> If .so file is not found, allow fallback to .a extension.
>> JBS Issue: [JDK-8319516](https://bugs.openjdk.org/browse/JDK-8319516)
>
> Suchismith Roy has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 16 additional commits since the last revision:
> 
>  - remove member check
>  - update comment
>  - coding style
>  - set false
>  - restore fil
>  -  remove member check code
>  - trraling spaces
>  - trailing spaces
>  - remove space
>  - remove debug print lines
>  - ... and 6 more: https://git.openjdk.org/jdk/compare/6291ccd0...4c068e78

`mapAlternativeName` seems to be needed. I couldn't load a .a lib without it. So, this PR looks good to me, now. Please only fix the indentation as mentioned in the comment.

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

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


More information about the core-libs-dev mailing list