nameservers in solaris/.../ResolverConfigurationImpl not static
Wang Weijun
weijun.wang at oracle.com
Fri Aug 1 05:39:39 UTC 2014
There are 2 sun.net.dns.ResolverConfigurationImpl implementations. The cached searchlist and nameservers in the solaris version are instance fields and those in windows are static. The cache mechanism in both is guarded by static fields changed and lastRefresh. Therefore it seems the solaris searchlist/nameservers should also be static.
--Max
More information about the net-dev
mailing list