Re: [10] RFR 8176841: Additional Unicode Language-Tag Extensions

2017-11-22 Thread Naoto Sato
I revised the proposed changes, including java.time changes suggested by Stephen (CSR is still in progress): https://bugs.openjdk.java.net/browse/JDK-8191349 The entire webrev is located at: http://cr.openjdk.java.net/~naoto/8176841.8189134.8190918.8191349/webrev.05/ And the diff webrev from

Re: [10] RFR 8191404: Upgrading JDK with latest available LSR data from IANA.

2017-11-22 Thread Naoto Sato
Looks good. As long as sampling the test data is meaningful, I think it's OK. Naoto On 11/22/17 12:13 AM, Nishit Jain wrote: Thanks Naoto, > One nit in the test. At line 71, probably the original intention of "str" is to list the accept languages in alphabetic order. Would you change it? Y

Re: [10] RFR 8191404: Upgrading JDK with latest available LSR data from IANA.

2017-11-22 Thread Nishit Jain
Thanks Naoto, > One nit in the test. At line 71, probably the original intention of "str" is to list the accept languages in alphabetic order. Would you change it? Yes, it is sorted according to weight then alphabetically. Updated the test case. http://cr.openjdk.java.net/~nishjain/8191404/w