You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In java 8, if I run my JVM with option
"
LC_ALL=nb_NO.UTF-8
export LC_ALL
"
then the gc.log output will actually use the locale based comma separator, which is "," in Norway, and not ".", which is used in US, for example.
In java 8, if I run my JVM with option
"
LC_ALL=nb_NO.UTF-8
export LC_ALL
"
then the gc.log output will actually use the locale based comma separator, which is "," in Norway, and not ".", which is used in US, for example.
So the output will look like this
And this causes the parsing of gc.log to not have any matches.
So I think the regular expressions should support either "," or "." as comma separator in numbers.
The text was updated successfully, but these errors were encountered: