Integrated: 8271615: vmTestbase/vm/jit/LongTransitions/ test fail due to locale mismatch
Mikhailo Seledtsov
mseledtsov at openjdk.org
Fri Aug 26 18:19:03 UTC 2022
On Thu, 25 Aug 2022 23:36:37 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)
This pull request has now been integrated.
Changeset: 774edeb5
Author: Mikhailo Seledtsov <mseledtsov at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/774edeb52147bbb8b9a66da335e97398a6b4297d
Stats: 9 lines in 1 file changed: 8 ins; 0 del; 1 mod
8271615: vmTestbase/vm/jit/LongTransitions/ test fail due to locale mismatch
Reviewed-by: shade, lmesnik
-------------
PR: https://git.openjdk.org/jdk/pull/10033
More information about the hotspot-compiler-dev
mailing list