RFR: JDK-8320005 : Native library suffix impact on hotspot code in AIX [v7]

Suchismith Roy sroy at openjdk.org
Wed Dec 20 11:16:03 UTC 2023


> J2SE agent does not start and throws error when it tries to find the shared library ibm_16_am.
> After searching for ibm_16_am.so ,the jvm agent throws and error as dll_load fails.It fails to identify the shared library ibm_16_am.a shared archive file on AIX.
> Hence we are providing a function which will additionally search for .a file on AIX ,when the search for .so file fails.

Suchismith Roy has updated the pull request incrementally with one additional commit since the last revision:

  Spaces fix

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/16604/files
  - new: https://git.openjdk.org/jdk/pull/16604/files/9df8c2c8..ffcbf786

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16604&range=06
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16604&range=05-06

  Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/16604.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16604/head:pull/16604

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


More information about the serviceability-dev mailing list