On Tue, 10 Sep 2024 13:26:58 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
>> make/modules/java.base/Lib.gmk line 81: >> >>> 79: libjava/nio/ch \ >>> 80: libnio/ch \ >>> 81: libnio/fs \ >> >> libnio/fs is gone on all platforms other than aix; is this still necessary? > > We can't add extra header dirs on a per-platform basis, so if it is needed > for AIX it will need to remain here. Otoh, the only "cost" is an additional > `-I <dir>` argument to the compiler, so it's not too bad. But if we can > remove it, we should, of course. Not changed. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/20317#discussion_r1755983319