RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v2]
Brian Burkhalter
bpb at openjdk.org
Mon Aug 5 15:40:32 UTC 2024
On Mon, 5 Aug 2024 15:19:33 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> This will introduce a source code dependency from libjava to libnio. It might be the correct thing to do, but I just want to highlight this.
I'll look into improving it.
> make/modules/java.base/lib/CoreLibraries.gmk line 71:
>
>> 69: -framework Foundation \
>> 70: -framework SystemConfiguration, \
>> 71: LIBS_windows := advapi32.lib ole32.lib shell32.lib version.lib mswsock.lib ws2_32.lib, \
>
> Please keep libraries alphabetically sorted.
Thanks for pointing this out; I will fix it.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20317#discussion_r1704310018
PR Review Comment: https://git.openjdk.org/jdk/pull/20317#discussion_r1704310460
More information about the nio-dev
mailing list