RFR: 8329653: JLILaunchTest fails on AIX after JDK-8329131
Joachim Kern
jkern at openjdk.org
Tue Apr 30 08:37:04 UTC 2024
On Mon, 29 Apr 2024 15:57:02 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> This looks like it's adding code to search LD_LIBRARY_PATH on Linux/macOS too, did you mean to do that?
Hi Alan, this first commit of the PR is just a question if Linux/macOS want to participate in this 3rd method. For them it's just a fallback; for AIX it's necessary. If they decide not to participate I just suggest to `#ifdef AIX` the added code.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19000#issuecomment-2084712623
More information about the core-libs-dev
mailing list