On Wed, 11 Sep 2024 16:48:24 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:
>> From a clean build in the CI with `mswsock.lib` removed: >> >> >> [2024-09-11T16:00:17,816Z] FileDispatcherImpl.obj : error LNK2019: >> unresolved external symbol >> TransmitFile referenced in function >> Java_sun_nio_ch_FileDispatcherImpl_transferTo0 > > did you remove mswsock from libjava or from libnio? Libnio libraries are > listed > [here](https://github.com/openjdk/jdk/blob/f57b6f13e9f375bfd2e8a05afd2b900a4d42285e/make/modules/java.base/Lib.gmk#L89). > There's no FileDispatcherImpl.obj in libnio. Apparently I did remove it from libjava and not libnio. It will be fixed in the next commit. Thanks for being persistent. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/20317#discussion_r1755434973