RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v4]
Brian Burkhalter
bpb at openjdk.org
Wed Aug 7 18:16:32 UTC 2024
On Wed, 7 Aug 2024 16:03:33 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> I will check. Thanks for noticing it.
>
> `CoreServices` is still necessary ([Uniform Type Identifier](https://developer.apple.com/documentation/uniformtypeidentifiers)s).
The Windows libs are also still required for `TransmitFile` and `WSAGetLastError`:
- ```mswsock.lib: FileDispatcherImpl.obj : error LNK2019: unresolved external symbol TransmitFile```
- ```ws2_32.lib: FileDispatcherImpl.obj : error LNK2019: unresolved external symbol __imp_WSAGetLastError```
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20317#discussion_r1707599113
More information about the core-libs-dev
mailing list