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
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
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