Naoto - I don't know if this is hg version or webrev related but the
moves aren't showing up correctly in the webrev so it's hard to see the
actual changes. Can you try a new recent webrev to see if that fixes it?
-Alan
On 17/02/2016 21:28, Naoto Sato wrote:
Hello,
Please review the fix to the following issue:
https://bugs.openjdk.java.net/browse/JDK-8148346
The proposed change is located at:
http://cr.openjdk.java.net/~naoto/8148346/webrev.00/
Vast majority of the changes are changing package names. They used to
be lang/ctry structure, which bloats the number of locale data package
names to hundreds. Now it comes down to 8 packages with this fix.
Naoto