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

/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.hpp120 bool _should_allocate_from_space; member in class:DefNewGeneration
122 return _should_allocate_from_space;
125 _should_allocate_from_space = false;
128 _should_allocate_from_space = true;

Completed in 44 milliseconds