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

Suchismith Roy sroy at openjdk.org
Mon Feb 19 11:15:59 UTC 2024


On Mon, 19 Feb 2024 10:42:03 GMT, Joachim Kern <jkern at openjdk.org> wrote:

> this might not necessarily be the `errno` of the underlying `dlopen()`, because there is to much code in-between and branches without a `dlopen()` call.

As i see the code in Aix_dlopen , there is no additional functional call after the dlopen which might change the errno . Could you tell me the how the errno would get overriden ?

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

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


More information about the serviceability-dev mailing list