On Mon, 8 Aug 2022 19:52:47 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
> The test should use the same locales in all processes, the default language > should work fine. I tried a few locales and could not reproduce the problem, I was expecting some kind of mismatch would trigger it, but not sure what to set where to cause this... Something else I noticed while looking however: I looked at JstatGCUtilParser.java / verify(String... valueArray) I see it checks values are of the right type: but after almost all checks, it does a "break", so stops iterating values. Only percentage checks permit checking to continue. 8-) There are three "break" statements in verify(String... valueArray) which should be "continue". We can handle that in a separate issue. ------------- PR: https://git.openjdk.org/jdk/pull/9798