On Wed, 27 Mar 2024 17:23:50 GMT, Suchismith Roy <s...@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