RFR: 8245194: Unix domain socket channel implementation [v28]

Michael McMahon michaelm at openjdk.java.net
Tue Oct 20 13:37:30 UTC 2020


On Tue, 20 Oct 2020 10:36:24 GMT, Daniel Fuchs <dfuchs at 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


More information about the hotspot-jfr-dev mailing list