RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v4]

Magnus Ihse Bursie ihse at openjdk.org
Thu Aug 8 12:20:36 UTC 2024


On Wed, 7 Aug 2024 18:13:25 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> `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```

And pthread?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/20317#discussion_r1709362110


More information about the core-libs-dev mailing list