Searched refs:_pretenure_size_threshold_words (Results 1 - 2 of 2) 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;
H A DdefNewGeneration.cpp205 _pretenure_size_threshold_words = PretenureSizeThreshold >> LogHeapWordSize;

Completed in 33 milliseconds