RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v5]
Brian Burkhalter
bpb at openjdk.org
Thu Sep 12 02:10:02 UTC 2024
On Tue, 10 Sep 2024 13:26:58 GMT, Magnus Ihse Bursie <ihse at 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
More information about the build-dev
mailing list