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
> 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
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