On 19/07/2019 16:35, František Kučera wrote:
Hello,
I am interested in the unix domain sockets (UDS, AF_UNIX) support in Java.
Java is able to inherit a channel from the parent process and access
it through System.inheritedChannel(). The channel is passed as an open
file descriptor (FD) to J
Hello,
I am interested in the unix domain sockets (UDS, AF_UNIX) support in Java.
Java is able to inherit a channel from the parent process and access it
through System.inheritedChannel(). The channel is passed as an open file
descriptor (FD) to Java form the parent process which is usually so
Hello,
Could I please get a review and a sponsor for a patch which fixes an
issue in sun.net.spi.DefaultProxySelector? The patch is available as a
webrev at
http://cr.openjdk.java.net/~jpai/webrev/defaultproxyselector/1/webrev/
The issue has been reported in multiple different JBS issues[1][2][3]
On 2019-07-19 15:28, Chris Hegarty wrote:
Nice cleanup! Reviewed.
Thanks for reviewing, Chris!
/Claes
> On 19 Jul 2019, at 13:51, Claes Redestad wrote:
>
> Hi,
>
> please review this cleanup to remove a few java.net access objects that
> are no longer in use.
>
> Webrev: http://cr.openjdk.java.net/~redestad/8228394/open.00/
> Bug:https://bugs.openjdk.java.net/browse/JDK-8228394
Nice cle
On 2019-07-19 15:01, Alan Bateman wrote:
This looks good to me.
Thanks for reviewing, Alan!
/Claes
On 19/07/2019 13:51, Claes Redestad wrote:
Hi,
please review this cleanup to remove a few java.net access objects that
are no longer in use.
Webrev: http://cr.openjdk.java.net/~redestad/8228394/open.00/
Bug: https://bugs.openjdk.java.net/browse/JDK-8228394
(One usage was from sun.misc.Cl
Hi,
please review this cleanup to remove a few java.net access objects that
are no longer in use.
Webrev: http://cr.openjdk.java.net/~redestad/8228394/open.00/
Bug:https://bugs.openjdk.java.net/browse/JDK-8228394
(One usage was from sun.misc.ClassLoaderUtil, removed by
https://bugs.openjdk
Thanks for the additional review !
Best regards, Matthias
From: Lindenmaier, Goetz
Sent: Freitag, 19. Juli 2019 09:33
To: Baesken, Matthias ; Schmidt, Lutz
; Doerr, Martin
Subject: RE: RFR : 8227737: avoid implicit-function-declaration on AIX
Hi Matthias,
This looks good, thanks for doing th