We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0370401 commit 233cdccCopy full SHA for 233cdcc
src/hotspot/os/linux/cgroupSubsystem_linux.hpp
@@ -188,7 +188,7 @@ class CachedMetric : public CHeapObj<mtInternal>{
188
volatile jlong _next_check_counter;
189
public:
190
CachedMetric() {
191
- _metric = value_unlimited;
+ _metric = std::numeric_limits<MetricType>::max();
192
_next_check_counter = min_jlong;
193
}
194
bool should_check_metric() {
0 commit comments