On Thu, 26 Mar 2026 02:08:49 GMT, David Holmes <[email protected]> wrote:

>> src/hotspot/os/posix/include/jvm_md.h line 67:
>> 
>>> 65: #if defined(AIX)
>>> 66: #include "jni_md.h"
>>> 67: #include "dl_info.h"
>> 
>> Can't we do a simple forward declaration for struct Dl_info and get rid of 
>> this header file?
>
> @MBaesken  how is this "resolved"?

You mean, move the struct  Dl_info  into this header and include jvm.h / 
jvm_md.h ?  Is this fine also for libjli ?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30295#discussion_r2993439399

Reply via email to