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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dstack.hpp64 size_t max_cache_size() const { return _max_cache_size; } // Max segments
83 const size_t _max_cache_size; // Maximum number of segments to cache. member in class:StackBase
H A Dstack.inline.hpp33 _max_cache_size(max_cache_size),
177 if (this->_cache_size < this->_max_cache_size) {

Completed in 30 milliseconds