On Thu, 12 Mar 2026 17:17:09 GMT, Martin Doerr <[email protected]> wrote:
>> We use a struct DL_info on AIX (similar to the struct on Linux) to support >> dladdr, but currently it is available 3 times (even in slightly different >> versions). >> This should be unified and put into a single header. > > make/modules/java.desktop/lib/AwtLibraries.gmk line 105: > >> 103: LIBAWT_CFLAGS += -I$(TOPDIR)/src/java.base/aix/native/include >> 104: endif >> 105: > > Should there be only one ifeq for aix? Yes, because only AIX uses this include dir and nothing similar for other platforms. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30220#discussion_r2929526131
