Hi,
Kindly review the fix for JDK-8179071.
Bug : https://bugs.openjdk.java.net/browse/JDK-8179071
Patch: http://cr.openjdk.java.net/~rgoel/JDK-8179071/webrev.03/index.html
Fix is to parse and store language aliases( Deprecated and Legacy ) from
CLDR's SupplemetalMetaData file. At run time, If
+1
On 4/23/18, 6:25 PM, Naoto Sato wrote:
Hi Sherman, thanks for the review.
On 4/23/18 1:06 PM, Xueming Shen wrote:
Naoto,
Here some comments
(1) CLDRTimeZoneNameProviderImpl.java:
Ln#58: to use Stream.toArray(String[]::new) ? no sure which
one is faster
Ln#155-160: