mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8307428: jstat tests doesn't tolerate dash in the O column
Reviewed-by: kevinw, cjplummer
(cherry picked from commit 68f385c1ca)
This commit is contained in:
committed by
Vitaly Provodin
parent
0ec1b84a52
commit
e8f9e711ae
@@ -46,7 +46,7 @@ public class JstatGCUtilParser {
|
||||
S0(GcStatisticsType.PERCENTAGE_OR_DASH),
|
||||
S1(GcStatisticsType.PERCENTAGE_OR_DASH),
|
||||
E(GcStatisticsType.PERCENTAGE_OR_DASH),
|
||||
O(GcStatisticsType.PERCENTAGE),
|
||||
O(GcStatisticsType.PERCENTAGE_OR_DASH),
|
||||
M(GcStatisticsType.PERCENTAGE_OR_DASH),
|
||||
CCS(GcStatisticsType.PERCENTAGE_OR_DASH),
|
||||
YGC(GcStatisticsType.INTEGER_OR_DASH),
|
||||
|
||||
Reference in New Issue
Block a user