RFR: 8271615: vmTestbase/vm/jit/LongTransitions/ test fail due to locale mismatch

Mikhailo Seledtsov mseledtsov at openjdk.org
Fri Aug 26 17:02:51 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)

Not sure about when this started failing. The bug was a round for a while, just getting to it now.

-------------

PR: https://git.openjdk.org/jdk/pull/10033


More information about the hotspot-compiler-dev mailing list