Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205844 | 11.0.1 | Goetz Lindenmaier | P4 | Resolved | Fixed | team |
gcCauseOutput1.awk:
The pattern scans 11 numbers, while the output contains 13. Also, more '-' are possible then checked.
The other awk scripts need to check more patterns where '-' can appear.
We have a machine with user.country=de where jstat prints ',' instead of '.' in numbers. Explicitly
start with user.country=en as already done for user.language=en.
Refactor the common flags to a variable in utils.sh.
The pattern scans 11 numbers, while the output contains 13. Also, more '-' are possible then checked.
The other awk scripts need to check more patterns where '-' can appear.
We have a machine with user.country=de where jstat prints ',' instead of '.' in numbers. Explicitly
start with user.country=en as already done for user.language=en.
Refactor the common flags to a variable in utils.sh.
- backported by
-
JDK-8205844 [testbug] Fix pattern matching in jstat tests.
-
- Resolved
-