RFR: JDK-8320890: [AIX] Find a better way to mimic dl handle equality [v5]
Joachim Kern
jkern at openjdk.org
Mon Dec 18 10:38:42 UTC 2023
On Mon, 18 Dec 2023 10:14:42 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> Joachim Kern has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - trailing whitespace
>> - Following most of Thomas proposals
>
> src/hotspot/os/aix/porting_aix.cpp line 990:
>
>> 988: if (env == nullptr) {
>> 989: // no LIBPATH, try with LD_LIBRARY_PATH
>> 990: env = getenv("LD_LIBRARY_PATH");
>
> Is LD_LIBRARY_PATH a thing on AIX? I thought it is only used on non-AIX.
Yes it is, It's the fallback if LIBPATH is not defined
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16920#discussion_r1429891049
More information about the serviceability-dev
mailing list