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

/openjdk9/hotspot/src/share/vm/services/
H A DlowMemoryDetector.cpp210 bool is_over_high = high_low_threshold->is_high_threshold_crossed(usage); local
213 assert(!(is_over_high && is_below_low), "Can't be both true");
215 if (is_over_high &&
265 bool is_over_high = counter_threshold->is_high_threshold_crossed(usage); local
268 assert(!(is_over_high && is_below_low), "Can't be both true");
270 if (is_over_high) {

Completed in 47 milliseconds