[11] RFR: 8207152: Placeholder for Japanese new era should be two characters

2018-07-12 Thread Naoto Sato
Hello, Please review the changes to the following issue: https://bugs.openjdk.java.net/browse/JDK-8207152 The proposed fix is located at: http://cr.openjdk.java.net/~naoto/8207152/webrev.00/ The fix is to simply change the name from "新元号" to "元号". From the API standpoint, there is no restric

Re: [12] RFR: 8193444: SimpleDateFormat throws ArrayIndexOutOfBoundsException when format contains long sequences of unicode characters

2018-07-12 Thread Naoto Sato
Looks good to me. Naoto On 7/12/18 1:26 AM, Nishit Jain wrote: Hi, Please review the fix for JDK-8193444 Bug: https://bugs.openjdk.java.net/browse/JDK-8193444 Webrev: http://cr.openjdk.java.net/~nishjain/8193444/webrev.02/ Cause: If a format pattern contains a sequence of over 256 non-ASCII

[12] RFR: 8193444: SimpleDateFormat throws ArrayIndexOutOfBoundsException when format contains long sequences of unicode characters

2018-07-12 Thread Nishit Jain
Hi, Please review the fix for JDK-8193444 Bug: https://bugs.openjdk.java.net/browse/JDK-8193444 Webrev: http://cr.openjdk.java.net/~nishjain/8193444/webrev.02/ Cause: If a format pattern contains a sequence of over 256 non-ASCII unicode characters, the length field overflows as it is stored as