RFR: JDK-8087104: DateFormatSymbols triggers this.clone() in the constructor

2016-02-23 Thread Ramanand Patil
Hi all, Please review the fix for bug: https://bugs.openjdk.java.net/browse/JDK-8087104 Bug Description: DateFormatSymbols caches its own instance and calls this.clone() in the constructor. Because of this, any subclass implementation (which expects a field is always initialized to non-null in th

Re: [9] RFR: 8150434: Remove redundant "jdk_localedata" from the CLDR locale data meta info class name

2016-02-23 Thread Mandy Chung
> On Feb 23, 2016, at 10:20 AM, Naoto Sato wrote: > > Hello, > > Please review this small fix to the following issue: > > https://bugs.openjdk.java.net/browse/JDK-8150434 > > The fix is located at: > > http://cr.openjdk.java.net/~naoto/8150434/webrev.00/ +1 Dropping the _jdk_localedata suf

[9] RFR: 8150434: Remove redundant "jdk_localedata" from the CLDR locale data meta info class name

2016-02-23 Thread Naoto Sato
Hello, Please review this small fix to the following issue: https://bugs.openjdk.java.net/browse/JDK-8150434 The fix is located at: http://cr.openjdk.java.net/~naoto/8150434/webrev.00/ Naoto