On 24/01/2020 08:36, Denghui Dong wrote:
Hi team,
Could I have a review of a small change that converts TIMEOUT
of ResolverConfigurationImpl into property.
Summary:
The value of TIMEOUT of ResolverConfigurationImpl was hardcoded, it's
useful to use a system property to specify
the value of it.
Bug: https://bugs.openjdk.java.net/browse/JDK-8237806
CSR: https://bugs.openjdk.java.net/browse/JDK-8237815
Webrev: http://cr.openjdk.java.net/~ddong/8237806/webrev.00/
Can you put more context on this? ResolverConfiguration class is a JDK
internal API that I added a long time for use by the JNDI-DNS provider.
Is the context the JNDI DNS provider or something else?
-Alan