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

/openjdk7/hotspot/src/share/vm/services/
H A DlowMemoryDetector.hpp68 bool _support_high_threshold; member in class:ThresholdSupport
74 _support_high_threshold = support_high;
82 bool is_high_threshold_supported() { return _support_high_threshold; }
86 if (_support_high_threshold && _high_threshold > 0) {
99 assert(_support_high_threshold, "can only be set if supported");

Completed in 29 milliseconds