Re: [8]Review request for 7198834: HOST Adapter: one extra empty space in the end of the pattern string

2012-10-05 Thread Masayoshi Okutsu
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

RFF : 7196533 : TimeZone.getDefault() slow due to synchronization bottleneck

2012-10-05 Thread Seán Coffey
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

Re: [8]Review request for 7200341: DateFormatSymbols.hashCode() throws ArrayIndexOutOfBoundsException in some circumstances

2012-10-05 Thread Naoto Sato
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