Code review request: 7146763: Warnings cleanup in the sun.rmi and related packages

2012-02-21 Thread Kurchi Hazra
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

Code review request: 7088502 Security libraries don't build with javac -Werror

2012-02-21 Thread Kurchi Hazra
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

RFR: 7133138 Improve io performance around timezone lookups

2012-02-21 Thread Seán Coffey
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

hg: jdk8/tl/jdk: 7147407: remove never used debug code in DnsClient.java

2012-02-21 Thread xuelei . fan
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