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

/openjdk7/hotspot/src/share/vm/services/
H A DlowMemoryDetector.hpp91 bool is_low_threshold_crossed(MemoryUsage usage) { function in class:ThresholdSupport
H A DlowMemoryDetector.cpp209 bool is_below_low = high_low_threshold->is_low_threshold_crossed(usage);
263 bool is_below_low = counter_threshold->is_low_threshold_crossed(usage);

Completed in 30 milliseconds