Re: Unix domain sockets (UDS, AF_UNIX) in System.inheritedChannel() and elsewhere in Java

2019-07-19 Thread Alan Bateman
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

Unix domain sockets (UDS, AF_UNIX) in System.inheritedChannel() and elsewhere in Java

2019-07-19 Thread František Kučera
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

RFR 6563286 6797318 8177648 - Undeclared IAE thrown from HttpURLConnection.connect for some URLs

2019-07-19 Thread Jaikiran Pai
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]

Re: RFR: 8228394: Cleanup unused java.net SharedSecrets classes

2019-07-19 Thread Claes Redestad
On 2019-07-19 15:28, Chris Hegarty wrote: Nice cleanup! Reviewed. Thanks for reviewing, Chris! /Claes

Re: RFR: 8228394: Cleanup unused java.net SharedSecrets classes

2019-07-19 Thread Chris Hegarty
> 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

Re: RFR: 8228394: Cleanup unused java.net SharedSecrets classes

2019-07-19 Thread Claes Redestad
On 2019-07-19 15:01, Alan Bateman wrote: This looks good to me. Thanks for reviewing, Alan! /Claes

Re: RFR: 8228394: Cleanup unused java.net SharedSecrets classes

2019-07-19 Thread Alan Bateman
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

RFR: 8228394: Cleanup unused java.net SharedSecrets classes

2019-07-19 Thread Claes Redestad
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

RE: RFR : 8227737: avoid implicit-function-declaration on AIX

2019-07-19 Thread Baesken, Matthias
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