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

/openjdk7/hotspot/src/share/vm/services/
H A DlowMemoryDetector.hpp70 size_t _high_threshold; member in class:ThresholdSupport
76 _high_threshold = 0;
80 size_t high_threshold() const { return _high_threshold; }
86 if (_support_high_threshold && _high_threshold > 0) {
87 return (usage.used() >= _high_threshold);
101 size_t prev = _high_threshold;
102 _high_threshold = new_threshold;
108 assert(new_threshold <= _high_threshold, "new_threshold must be <= _high_threshold");

Completed in 29 milliseconds