Integrated: 8285279: ArgumentsTest.set_numeric_flag_double_vm fails on some locales (again)

Ioi Lam iklam at openjdk.java.net
Wed Apr 27 05:02:40 UTC 2022


On Mon, 25 Apr 2022 19:04:04 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> Please review this trivial fix for ArgumentsTest.set_numeric_flag_double_vm. If an input string is only partially accepted by `strtod()` under the current locale , `end` will point to a non-empty character. In this case, the test should treat the input as invalid.
> 
> Thanks to @tstuefe for providing the test scenario.

This pull request has now been integrated.

Changeset: 4714fdcd
Author:    Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/4714fdcd6a1615b9d357dab0116a579c1cd5bfb5
Stats:     4 lines in 1 file changed: 0 ins; 0 del; 4 mod

8285279: ArgumentsTest.set_numeric_flag_double_vm fails on some locales (again)

Reviewed-by: dholmes

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

PR: https://git.openjdk.java.net/jdk/pull/8386


More information about the hotspot-runtime-dev mailing list