8182125: Improve reliability of DNS lookups

Reviewed-by: chegar, rriggs, dfuchs
This commit is contained in:
Vyom Tewari 2017-07-23 10:33:13 +05:30
parent 248948c08b
commit 5069e85826
4 changed files with 325 additions and 46 deletions

View file

@ -212,7 +212,8 @@ module java.base {
exports jdk.internal.util.jar to
jdk.jartool;
exports sun.net to
jdk.incubator.httpclient;
jdk.incubator.httpclient,
jdk.naming.dns;
exports sun.net.ext to
jdk.net;
exports sun.net.dns to