RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v4]
Brian Burkhalter
bpb at openjdk.org
Wed Aug 7 16:06:35 UTC 2024
On Wed, 7 Aug 2024 16:00:26 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> make/modules/java.base/lib/CoreLibraries.gmk line 71:
>>
>>> 69: -framework Foundation \
>>> 70: -framework SystemConfiguration, \
>>> 71: LIBS_windows := advapi32.lib mswsock.lib ole32.lib shell32.lib version.lib ws2_32.lib, \
>>
>> Are these libraries still required to build libnio, or can they be removed from that library now?
>
> I will check. Thanks for noticing it.
`CoreServices` is still necessary.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20317#discussion_r1707344003
More information about the core-libs-dev
mailing list