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

/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.hpp268 const bool check_too_big = _pretenure_size_threshold_words > 0; local
270 const bool size_ok = is_tlab || !check_too_big || not_too_big;

Completed in 30 milliseconds