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

/openjdk7/hotspot/src/share/vm/services/
H A DlowMemoryDetector.hpp80 size_t high_threshold() const { return _high_threshold; } function in class:ThresholdSupport
243 (threshold_support->high_threshold() > 0) : false);
270 size_t high = pool->usage_threshold()->high_threshold();
H A DlowMemoryDetector.cpp90 pool->usage_threshold()->high_threshold() != 0) {
109 pool->usage_threshold()->high_threshold() == 0) {
131 pool->gc_usage_threshold()->high_threshold() == 0) {

Completed in 37 milliseconds