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

/openjdk7/hotspot/src/share/vm/services/
H A DlowMemoryDetector.hpp85 bool is_high_threshold_crossed(MemoryUsage usage) { function in class:ThresholdSupport
H A DlowMemoryDetector.cpp208 bool is_over_high = high_low_threshold->is_high_threshold_crossed(usage);
262 bool is_over_high = counter_threshold->is_high_threshold_crossed(usage);

Completed in 30 milliseconds