RFR: 8271615: vmTestbase/vm/jit/LongTransitions/ test fail due to locale mismatch [v2]
Mikhailo Seledtsov
mseledtsov at openjdk.org
Fri Aug 26 18:19:01 UTC 2022
On Fri, 26 Aug 2022 17:02:51 GMT, Mikhailo Seledtsov <mseledtsov at openjdk.org> wrote:
>> Decimal point differs based on locale, could be '.' or ','.
>> Due to settings on a test host environment locale may differ between
>> the native side vs Java side thus causing mismatch and test failure.
>>
>> Solution: added special handling in comparison loop for decimal points.
>>
>> Testing: PASS (see bug comments for details)
>
> Mikhailo Seledtsov has updated the pull request incrementally with one additional commit since the last revision:
>
> Implemented review feedback
>
> Co-authored-by: Aleksey Shipilëv <shade at redhat.com>
Thanks Aleksey, Leonid.
-------------
PR: https://git.openjdk.org/jdk/pull/10033
More information about the hotspot-compiler-dev
mailing list