Hi Ivan,
yes, sure, push it 😊
Best regards
Christoph
> -Original Message-
> From: Ivan Gerasimov
> Sent: Dienstag, 15. Januar 2019 20:53
> To: Baesken, Matthias ; net-
> d...@openjdk.java.net; Langer, Christoph
> Subject: Re: RFR 8007606 : Handle realloc() failure in
> unix/native/libn
Hello!
Do you think it is good to go now?
With kind regards,
Ivan
On 1/11/19 11:30 AM, Ivan Gerasimov wrote:
Good catch, thank you!
Indeed, if we don't reset localifsSize then we could end up accessing
already freed memory, which is worse than just a memory leak.
Here's the updated webre
Hi,
Please find below a fix for:
8217094: HttpClient SSL race if a socket IOException is raised
before ALPN is available
https://bugs.openjdk.java.net/browse/JDK-8217094
webrev:
http://cr.openjdk.java.net/~dfuchs/webrev_8217094/webrev.00/
While investigating another test I stumbled on
Hi Steve,
I have looked into this topic. I started some work in that area a few years ago
and never finished it. I think the root cause of the issue got already pointed
out in this discussion.
The JVM (correctly) detects that the system is capable of IPv6 and hence opens
new sockets with addre
> On 14 Jan 2019, at 12:28, Daniel Fuchs wrote:
>
> Hi,
>
> Please find below a patch for:
>
> 8216974: HttpConnection not returned to the pool after 204 response
> https://bugs.openjdk.java.net/browse/JDK-8216974
>
> webrev:
> http://cr.openjdk.java.net/~dfuchs/webrev_8216974/webrev.00/
> <