8212132: (dc) Remove DatagramChannelImpl finalize method
Alan Bateman
Alan.Bateman at oracle.com
Tue Oct 22 15:45:02 UTC 2019
On 22/10/2019 16:38, Florian Weimer wrote:
> :
> What's the position on guarding against faillure in the cleaner
> registration itself, sinde registerCleaner()?
I assume you mean OOME. We don't handle that in the dozen or so other
places that are using this mechanism so if it happens, and the
application somehow recovers, then it would be a resource leak.
-Alan
More information about the nio-dev
mailing list