Building openjdk8 on windows 7, tests fail for i18n problems
David Holmes
david.holmes at oracle.com
Mon Dec 19 23:30:09 UTC 2016
On 20/12/2016 7:41 AM, Peter Koellner wrote:
> How do I add jvm args to the make test java processes? localized windows
> 7 home can't change the locale to en, but setting -Duser.country=US
> -Duser-language=en should solve a number of i18n related test failures...
It might work to run:
make test JAVA_VM_ARGS="-Duser.country=US -Duser-language=en"
David
More information about the jdk8-dev
mailing list