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

Suchismith Roy sroy at openjdk.org
Wed Jul 3 15:03:31 UTC 2024


> 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](https://bugs.openjdk.org/browse/JDK-8334217)

Suchismith Roy has updated the pull request incrementally with three additional commits since the last revision:

 - variable name correction
 - variable name correction
 - variable name correction

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/19887/files
  - new: https://git.openjdk.org/jdk/pull/19887/files/80e3f8f3..20eacc94

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=19887&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=19887&range=03-04

  Stats: 11 lines in 2 files changed: 0 ins; 1 del; 10 mod
  Patch: https://git.openjdk.org/jdk/pull/19887.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19887/head:pull/19887

PR: https://git.openjdk.org/jdk/pull/19887


More information about the hotspot-runtime-dev mailing list