jdk icon indicating copy to clipboard operation
jdk copied to clipboard

JDK-8334217 : [AIX] Misleading error messages after JDK-8320005

Open suchismith1993 opened this issue 8 months ago • 19 comments

dll_load_library() call fails is not analyzed (the ebuf content is ignored) dll_load_library does not analyze the contents of ebuf which leads to misleading error message when library loading fails.

We now call the second dll_load_library() only if the first returns with a 'No such file or directory' error message. If the first dll_load_library() found the library is not able to load it by any reason, we do not try again with a .a extension. JDK-8334217


Progress

  • [ ] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue

Issue

  • JDK-8334217: [AIX] Misleading error messages after JDK-8320005 (Bug - P4)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/19887/head:pull/19887
$ git checkout pull/19887

Update a local copy of the PR:
$ git checkout pull/19887
$ git pull https://git.openjdk.org/jdk.git pull/19887/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 19887

View PR using the GUI difftool:
$ git pr show -t 19887

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/19887.diff

Webrev

Link to Webrev Comment

suchismith1993 avatar Jun 25 '24 15:06 suchismith1993