RFR[8235783]: DatagramSocket::disconnect should allow an implementation to throw UncheckedIOException

2019-12-17 Thread Patrick Concannon
Hi, Could someone please review my fix and CSR for issue JDK-8235783 'DatagramSocket::disconnect should allow an implementation to throw UncheckedIOException'? DatagramChannel's connect and disconnect methods throw an IOException while DatagramSocket's corresponding methods do not. The propo

Re: [java.net.http.HttpClient] Active monitoring of resolved IP addresses

2019-12-17 Thread Nicolas Henneaux
Hi Daniel, Have you got the chance to look at my previous mail? Thank you in advance, Best regards, Nicolas On Sun, 17 Nov 2019 08:49 Nicolas Henneaux, wrote: > Hi Daniel, > > Thank you for your answer ! > > Such mechanism to provide an *InetSocketAddress* from a hostname would be > a great

Re: RFR: JDK-8235903: GCC default -fno-common exposes "multiple definition" link errors

2019-12-17 Thread Chris Hegarty
The changes to the SCTP code seem ok. -Chris. > On 17 Dec 2019, at 03:00, Patrick Zhang OS > wrote: > > Thanks Martin. > > Hi net-dev, and/or security-dev Reviewers, > > Please help review and sponsor this patch if acceptable. > It does not tend to bring any functionality changes, instead to