Searched refs:high_low_threshold (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/share/vm/services/
H A DlowMemoryDetector.cpp206 void SensorInfo::set_gauge_sensor_level(MemoryUsage usage, ThresholdSupport* high_low_threshold) { argument
208 assert(high_low_threshold->is_high_threshold_supported(), "just checking");
210 bool is_over_high = high_low_threshold->is_high_threshold_crossed(usage);
211 bool is_below_low = high_low_threshold->is_low_threshold_crossed(usage);
H A DlowMemoryDetector.hpp185 void set_gauge_sensor_level(MemoryUsage usage, ThresholdSupport* high_low_threshold);

Completed in 42 milliseconds