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

/openjdk9/hotspot/src/share/vm/services/
H A DlowMemoryDetector.cpp211 bool is_below_low = high_low_threshold->is_low_threshold_crossed(usage); local
213 assert(!(is_over_high && is_below_low), "Can't be both true");
231 } else if (is_below_low &&
266 bool is_below_low = counter_threshold->is_low_threshold_crossed(usage); local
268 assert(!(is_over_high && is_below_low), "Can't be both true");
274 } else if (is_below_low && (_sensor_on || _pending_trigger_count > 0)) {

Completed in 35 milliseconds