Re: java.net.http orElse(null) in SSLDelegate and other nits

2016-09-01 Thread Chris Hegarty
Thanks for reporting these issues Bernd, > On 27 Aug 2016, at 17:25, Bernd Eckenfels wrote: > > Hello, > > trying to understand the new jdk9 hierachy I noticed that this code: > >

java.net.http orElse(null) in SSLDelegate and other nits

2016-08-27 Thread Bernd Eckenfels
Hello, trying to understand the new jdk9 hierachy I noticed that this code: http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/ca7fb78b94b6/src/java.httpclient/share/classes/java/net/http/SSLDelegate.java#l59 SSLParameters sslp = client.sslParameters().orElse(null); if (sslp == null) {