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

/openjdk7/hotspot/src/share/vm/services/
H A DlowMemoryDetector.hpp69 bool _support_low_threshold; member in class:ThresholdSupport
75 _support_low_threshold = support_low;
83 bool is_low_threshold_supported() { return _support_low_threshold; }
92 if (_support_low_threshold && _low_threshold > 0) {
107 assert(_support_low_threshold, "can only be set if supported");

Completed in 27 milliseconds