Re: JEP 327: Unicode 10

2018-03-08 Thread Steven R. Loomis
OK great. It would be good to mention this. Unicode 10.0 was released 9 month ago, and is released every June. So it is not too early to start the process on Unicode 11.0, it will be in alpha and then beta before too long. On Thu, Mar 8, 2018 at 11:27 AM, Naoto Sato wrote: > Hi Steven, > > Sinc

Re: JEP 327: Unicode 10

2018-03-08 Thread Naoto Sato
Hi Steven, Since JDK now has shorter release cycle, Unicode 11 may not make it for JDK 11. Naoto On 3/7/18 6:45 PM, Steven R. Loomis wrote: Unicode 11 is scheduled for June. http://www.unicode.org/versions/Unicode11.0.0/ El El mié, mar. 7, 2018 a las 2:58 PM, escribió: New JEP Candidate:

[10] RFR: 8195478: sun/text/resources/LocaleDataTest.java fails with java.lang.Exception

2018-03-08 Thread Hamlin Li
Would you please review the following patch? bug: https://bugs.openjdk.java.net/browse/JDK-8195478 webrev as below I have tested it locally. Thank you -Hamlin diff -r 19effb7970bc test/jdk/sun/text/resources/LocaleData

Re: [11] RFR: 8191410 : Unicode 10.0.0

2018-03-08 Thread Ivan Gerasimov
Hi Rachna! Just minor comments: You may want to update the initial capacity for the HashMaps: 1) private static Map map = new HashMap<>((int)(638 / 0.75f + 1.0f)); (the number 638 was determined as `cat Character.java | grep -A 2 'new UnicodeBlock' | grep '"' | wc -l`)

[10] RFR: 8195478: sun/text/resources/LocaleDataTest.java fails with java.lang.Exception

2018-03-08 Thread Hamlin Li
Would you please review the following patch? bug: https://bugs.openjdk.java.net/browse/JDK-8195478 webrev as below I have tested it locally. Thank you -Hamlin diff -r 19effb7970bc test/jdk/sun/text/resources/LocaleData

Re: [10] RFR: 8195478: sun/text/resources/LocaleDataTest.java fails with java.lang.Exception

2018-03-08 Thread Hamlin Li
Hi Rachna, I'm not sure, but I think in this case (it's a test bug) @bug 8195478 should not be added. Thank you -Hamlin On 17/01/2018 4:45 PM, Rachna Goel wrote: Hi Hamlin, Just one nit, Please add bug id 8195478 to sun/text/resources/LocaleDataTest.java. Thanks, Rachna On 1/17/201

[11] RFR: 8191410 : Unicode 10.0.0

2018-03-08 Thread Rachna Goel
Hi, Please review the proposed changes for JDK-819410. Bug : https://bugs.openjdk.java.net/browse/JDK-8191410 proposed changeset is located at : http://cr.openjdk.java.net/~rgoel/JDK-8191410/webrev/ This serves as the implementation for JEP 327. -- Thanks, Rachna