On Wed, 18 Mar 2026 12:20:48 GMT, Matthias Baesken <[email protected]> wrote:
> Currently we have multiple dladdr - implementations on AIX in the codebase.
> One of those is in hotspot, one in libawt.
> We should unify those if possible.
Changes requested by dholmes (Reviewer).
src/hotspot/os/aix/porting_aix.cpp line 431:
> 429: int JVM_dladdr(void *addr, Dl_info *info) {
> 430: return dladdr(addr, info);
> 431: }
This is not what I meant. I wanted this to be part of the actual JVM API -
listed in jvm.h (probably ./os/posix/include/jvm_md.h) and implemented in
jvm.cpp as a JVM_LEAF entry (ifdef AIX of course).
-------------
PR Review: https://git.openjdk.org/jdk/pull/30295#pullrequestreview-3979359408
PR Review Comment: https://git.openjdk.org/jdk/pull/30295#discussion_r2963930139