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

/openjdk7/hotspot/src/share/vm/services/
H A DlowMemoryDetector.hpp71 size_t _low_threshold; member in class:ThresholdSupport
77 _low_threshold= 0;
81 size_t low_threshold() const { return _low_threshold; }
92 if (_support_low_threshold && _low_threshold > 0) {
93 return (usage.used() < _low_threshold);
100 assert(new_threshold >= _low_threshold, "new_threshold must be >= _low_threshold");
109 size_t prev = _low_threshold;
110 _low_threshold = new_threshold;

Completed in 29 milliseconds