Re: Patch for adding SO_REUSEPORT socket option

2016-01-07 Thread Alan Bateman
On 07/01/2016 16:41, Lu, Yingqi wrote: Hi Alan, In AbstractPlainSocketImpl, I am using the existing/default initializer so that there is only 1 initializer. However, it does not execute. That is the issue I am seeing. Any suggestion on the issue? Are you 100% sure that your updated Abstrac

RE: Patch for adding SO_REUSEPORT socket option

2016-01-07 Thread Lu, Yingqi
Hi Alan, In AbstractPlainSocketImpl, I am using the existing/default initializer so that there is only 1 initializer. However, it does not execute. That is the issue I am seeing. Any suggestion on the issue? Thanks, Lucy -Original Message- From: Alan Bateman [mailto:alan.bate...@oracl

Re: RFR: JDK-8134577 - Eliminate or standardize a replacement for sun.net.spi.nameservice.NameServiceDescriptor

2016-01-07 Thread Mark Sheppard
again thanks for the review and feedback, Alan patch amended as suggested http://cr.openjdk.java.net/~msheppar/8134577/webrev.08/ removed File.exists test in createNameService - lookup methods in HostsFileNameService already throw UHE for FileNotFoundException InetAddress.impl marked final r