RE: RFR 8007606 : Handle realloc() failure in unix/native/libnet/net_util_md.c correctly

2019-01-10 Thread Langer, Christoph
Hi Ivan, looks good. Best regards Christoph > -Original Message- > From: net-dev On Behalf Of Ivan > Gerasimov > Sent: Freitag, 11. Januar 2019 05:29 > To: net-dev@openjdk.java.net > Subject: RFR 8007606 : Handle realloc() failure in > unix/native/libnet/net_util_md.c correctly > > Hel

RFR 8007606 : Handle realloc() failure in unix/native/libnet/net_util_md.c correctly

2019-01-10 Thread Ivan Gerasimov
Hello! This seems to be the last use of realloc() without proper handling of a failure. Would you please help review a trivial fix? BUGURL: https://bugs.openjdk.java.net/browse/JDK-8007606 WEBREV: http://cr.openjdk.java.net/~igerasim/8007606/00/webrev/ Thanks in advance! -- With kind regard

Re: [13] RFR: 8216498: Confusing and unneeded wrapping of SSLHandshakeException

2019-01-10 Thread Chris Hegarty
> On 10 Jan 2019, at 18:23, Daniel Fuchs wrote: > > Hi, > > Please find below a fix for: > 8216498: Confusing and unneeded wrapping of SSLHandshakeException > https://bugs.openjdk.java.net/browse/JDK-8216498 > > Webrev: > http://cr.openjdk.java.net/~dfuchs/webrev_8216498/webrev.00/ This look

[13] RFR: 8216498: Confusing and unneeded wrapping of SSLHandshakeException

2019-01-10 Thread Daniel Fuchs
Hi, Please find below a fix for: 8216498: Confusing and unneeded wrapping of SSLHandshakeException https://bugs.openjdk.java.net/browse/JDK-8216498 Webrev: http://cr.openjdk.java.net/~dfuchs/webrev_8216498/webrev.00/ When an IOException occurs in the java.net.http HTTP/1.1 stack it eventually g