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

David Holmes dholmes at openjdk.java.net
Tue Apr 26 00:12:52 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.

Marked as reviewed by dholmes (Reviewer).

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

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


More information about the hotspot-runtime-dev mailing list