On Tue, 20 Oct 2020 10:36:24 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
>> Michael McMahon has updated the pull request incrementally with one >> additional commit since the last revision: >> >> final feedback from Alan > > test/jdk/java/nio/channels/unixdomain/SocketOptions.java line 59: > >> 57: s.bind(null); >> 58: UnixDomainSocketAddress addr = >> (UnixDomainSocketAddress)s.getLocalAddress(); >> 59: SocketChannel c = SocketChannel.open(addr); > > try-with-resources? Thanks. Made all these suggested try with resources changes. ------------- PR: https://git.openjdk.java.net/jdk/pull/52