RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v5]
Daniel Jeliński
djelinski at openjdk.org
Wed Sep 11 06:03:08 UTC 2024
On Tue, 10 Sep 2024 21:42:08 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
>> well I'm not satisfied with the answers :) I removed mswsock.lib from libnio dependencies [here](https://github.com/openjdk/jdk/blob/f57b6f13e9f375bfd2e8a05afd2b900a4d42285e/make/modules/java.base/Lib.gmk#L89) and the build still passed.
>
> And you did not get `mswsock.lib: FileDispatcherImpl.obj : error LNK2019: unresolved external symbol TransmitFile`?
Right. This PR moves FileDispatcherImpl.c to libjava, so FileDispatcherImpl.obj is no longer there. I'm guessing that our makefiles don't detect source files that were removed, and Brian didn't run `make clean`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20317#discussion_r1753167982
More information about the core-libs-dev
mailing list