<i18n dev> JDK 10 Review Request for JDK-8176583: Move currency data to /lib
Nishit Jain
nishit.jain at oracle.com
Wed Jun 14 08:31:57 UTC 2017
Hi Alan,
The change is not for upgrading the currency data in generated run-time
images, rather we see no reason of keeping it inside java.base. The
currency data updation process is separate task and each time an
ISO-4217 amendment version is released, the updation process should not
modify the java.base module. This is my understanding about the change.
Regards,
Nishit Jain
On 14-06-2017 12:53, Alan Bateman wrote:
>
>
> On 09/06/2017 07:59, Nishit Jain wrote:
>> Hi,
>>
>> Please review the fix for JDK-8176583
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8176583
>> Webrev: http://cr.openjdk.java.net/~nishjain/8176583/webrev.01/
>>
>> Fix: Relocated currency.data from java.base module
>> (/java.base/java/util/currency.data) to /lib directory
> Can you explain why this is needed? What is planning to upgrade the
> currency data in generated run-time images?
>
> -Alan
More information about the i18n-dev
mailing list