On Fri, 20 Mar 2026 13:01:53 GMT, Matthias Baesken <[email protected]> wrote:
>> 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).
>
> Hi David, should we really have such one platform - related functions in the
> JVM API ? I thought this API was for multi-platform functions?
Yes, that feels strange to me too.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/30295#discussion_r2966147417