On Mon, 18 Dec 2023 10:14:42 GMT, Thomas Stuefe <stu...@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