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

/openjdk7/hotspot/src/share/vm/services/
H A DlowMemoryDetector.hpp241 ThresholdSupport* threshold_support = pool->usage_threshold(); local
242 return (threshold_support->is_high_threshold_supported() ?
243 (threshold_support->high_threshold() > 0) : false);

Completed in 22 milliseconds