Corrected the subject line.
Hi,
The following webrev removes warnings in sun.rmi.* packages. I have
neglected nearly all
deprecation warnings, since this code uses deprecated classes such as
java.rmi.server.LogStream
with no suggested replacements. I have included -Xlint:all,-deprecation
a
Hi,
The following webrev removes warnings in sun.rmi.* packages. I have
neglected nearly all
deprecation warnings, since this code uses deprecated classes such as
java.rmi.server.LogStream
with no suggested replacements. I have included -Xlint:all,-deprecation
as an option instead
in the a
I've worked with Masayoshi on this issue. Hoping to push to JDK8 and
backport to 7u and a jdk6 once baked for a while.
Some windows boxes were showing performance issues when attempting to
iterate through all available timezones available in the JRE. Changes
made here should reduce the amount
Changeset: a4e3dde9a8a7
Author:xuelei
Date: 2012-02-21 05:44 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a4e3dde9a8a7
7147407: remove never used debug code in DnsClient.java
Reviewed-by: vinnie
! src/share/classes/com/sun/jndi/dns/DnsClient.java