RFR: 8269373: some tests in jdk/tools/launcher/ fails on localized Windows platform [v3]
Masanori Yano
myano at openjdk.java.net
Tue Sep 7 11:18:55 UTC 2021
On Tue, 7 Sep 2021 11:12:56 GMT, Masanori Yano <myano at openjdk.org> wrote:
>> Hi all,
>>
>> Could you please review the 8269373 bug fixes?
>>
>> These tests call java.lang.ProcessBuilder in direct, so not used jtreg command option. To run non-localized tests, -Duser.language=en and -Duser.country=US options should be added in ProcessBuilder.
>
> Masanori Yano has updated the pull request incrementally with one additional commit since the last revision:
>
> 8269373: some tests in jdk/tools/launcher/ fails on localized Windows platform
I fixed it to exit silently in case the locale is not US. Thank you.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4594
More information about the hotspot-runtime-dev
mailing list