Re: RFR: 8191169: java/net/Authenticator/B4769350.java failed intermittently

2019-08-16 Thread Chris Hegarty
> On 16 Aug 2019, at 18:29, Daniel Fuchs wrote: > > Hi, > > Michel asked me privately if the lambdas could be made static > or per instance. So here is an updated (and cleaner) patch that > replaces the lambdas with method references: > > http://cr.openjdk.java.net/~dfuchs/webrev_8191169/webr

Re: RFR: 8191169: java/net/Authenticator/B4769350.java failed intermittently

2019-08-16 Thread Daniel Fuchs
Hi, Michel asked me privately if the lambdas could be made static or per instance. So here is an updated (and cleaner) patch that replaces the lambdas with method references: http://cr.openjdk.java.net/~dfuchs/webrev_8191169/webrev.01/ The only change is in AuthenticationInfo.java where lambdas

Re: RFR: 8191169: java/net/Authenticator/B4769350.java failed intermittently

2019-08-16 Thread Chris Hegarty
> On 16 Aug 2019, at 11:58, Daniel Fuchs wrote: > > Hi, > > Please find below a fix for: > 8191169: java/net/Authenticator/B4769350.java failed intermittently > > http://cr.openjdk.java.net/~dfuchs/webrev_8191169/webrev.00/ LGTM. -Chris.