DatagramChannelImpl: Add missing null check in finalizer.
Final fields that have inline initialization can be null in the finalizer in the case where Object.<init> completes sucessfully but DatagramChannelImpl.<init> does not. Bug: 35609098 Test: make Change-Id: I0a538c6bf30693ff79fef57f2db7f9320d63cfc3
Loading
Please sign in to comment