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

/openjdk7/hotspot/src/share/vm/services/
H A DlowMemoryDetector.cpp209 bool is_below_low = high_low_threshold->is_low_threshold_crossed(usage); local
211 assert(!(is_over_high && is_below_low), "Can't be both true");
229 } else if (is_below_low &&
263 bool is_below_low = counter_threshold->is_low_threshold_crossed(usage); local
265 assert(!(is_over_high && is_below_low), "Can't be both true");
271 } else if (is_below_low && (_sensor_on || _pending_trigger_count > 0)) {

Completed in 43 milliseconds