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

/openjdk7/hotspot/src/share/vm/services/
H A DlowMemoryDetector.cpp89 pool->usage_threshold()->is_high_threshold_supported() &&
108 !pool->usage_threshold()->is_high_threshold_supported() ||
130 !pool->gc_usage_threshold()->is_high_threshold_supported() ||
206 assert(high_low_threshold->is_high_threshold_supported(), "just checking");
260 assert(counter_threshold->is_high_threshold_supported(), "just checking");
H A DlowMemoryDetector.hpp82 bool is_high_threshold_supported() { return _support_high_threshold; } function in class:ThresholdSupport
242 return (threshold_support->is_high_threshold_supported() ?
H A DmemoryPool.cpp84 jlong usage_threshold_value = (_usage_threshold->is_high_threshold_supported() ? 0 : -1L);
85 jlong gc_usage_threshold_value = (_gc_usage_threshold->is_high_threshold_supported() ? 0 : -1L);
H A Dmanagement.cpp754 if (!pool->usage_threshold()->is_high_threshold_supported()) {
768 if (!pool->gc_usage_threshold()->is_high_threshold_supported()) {

Completed in 282 milliseconds