We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 678a089 + bda6d24 commit 9cbb1d5Copy full SHA for 9cbb1d5
runtime/compiler/runtime/MetricsServer.cpp
@@ -149,7 +149,7 @@ MetricsDatabase::MetricsDatabase(TR::CompilationInfo *compInfo) : _compInfo(comp
149
_metrics[1] = new (PERSISTENT_NEW) AvailableMemoryMetric();
150
_metrics[2] = new (PERSISTENT_NEW) ConnectedClientsMetric();
151
_metrics[3] = new (PERSISTENT_NEW) ActiveThreadsMetric();
152
- static_assert(3 == MAX_METRICS - 1);
+ static_assert(3 == MAX_METRICS - 1, "Unsupported number of metrics");
153
}
154
155
MetricsDatabase::~MetricsDatabase()
0 commit comments