Looks good.
Masayoshi
On 10/5/2012 6:51 AM, Naoto Sato wrote:
Hello,
Please review the fix for the following bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7198834
Proposed changes are located at:
http://cr.openjdk.java.net/~naoto/7198834/webrev.00/
The fix is just to not leave on
Recent changes in java.util.TimeZone created new setter and getter
methods for setting and obtaining the defaultTimeZone for VM.
Synchronization on these methods has caused some performance issues for
VMs making heavy usage of TimeZone.getDefault()
Fix is to remove synchronization and make th
Thanks. I modified the fix according to your comments. The new webrev is
located at:
http://cr.openjdk.java.net/~naoto/7200341/webrev.01/
Please review.
Naoto
On 10/4/12 10:36 PM, Masayoshi Okutsu wrote:
The fix will have a problem when called by multiple threads. Strictly
speaking, DateForm