[9] RFR: 8160873: (cs) JDK9 Build failure on Hindi locale
Naoto Sato
naoto.sato at oracle.com
Mon Jul 18 19:36:17 UTC 2016
Hello,
Please review the fix to the following issue:
https://bugs.openjdk.java.net/browse/JDK-8160873
The proposed fix is located at:
http://cr.openjdk.java.net/~naoto/8160873/webrev.01/
The gist of the issue is that those tools used to generate sources at
build time were affected by the default locale, and if they use some
number formatting functions, the results end up including locale
dependent digits. The fix is to force tools to run in en-US locale by
providing user.language/country properties to bootjdk arguments.
Naoto
More information about the build-dev
mailing list