8212132: (dc) Remove DatagramChannelImpl finalize method

Alan Bateman Alan.Bateman at oracle.com
Thu Oct 24 15:32:12 UTC 2019


On 24/10/2019 16:26, Daniel Fuchs wrote:
>
>   73     // Used to make native read and write calls
>   74     private static NativeDispatcher nd = new DatagramDispatcher();
>
> Is there any reason why `nd` is not final?
Look like a long standing oversight, it should be final. I can fix that 
as part of this change.

-Alan.


More information about the nio-dev mailing list