Searched defs:_pretenure_size_threshold_words (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.hpp51 size_t _pretenure_size_threshold_words; member in class:DefNewGeneration
268 const bool check_too_big = _pretenure_size_threshold_words > 0;
269 const bool not_too_big = word_size < _pretenure_size_threshold_words;

Completed in 39 milliseconds