8212132: (dc) Remove DatagramChannelImpl finalize method
Alan Bateman
Alan.Bateman at oracle.com
Tue Oct 22 18:45:02 UTC 2019
On 22/10/2019 19:33, Daniel Fuchs wrote:
> The source changes look good to me Alan!
>
> Regarding the test: I wonder though about using the
> UnixOperatingSystemMXBean: does that work on Windows?
It skips on Windows because UnixOperatingSystemMXBean is not available.
It would be useful if we had an equivalent MXBean on Windows to track
handle usage but I don't think anyone has got around to that. An
alternative would be an @requires and the os.family key but it won't
make any difference.
-Alan
More information about the nio-dev
mailing list