mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8182125: Improve reliability of DNS lookups
Reviewed-by: chegar, rriggs, dfuchs
This commit is contained in:
parent
248948c08b
commit
5069e85826
4 changed files with 325 additions and 46 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue