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

/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.hpp121 bool should_allocate_from_space() const { function in class:DefNewGeneration
H A DdefNewGeneration.cpp506 if (should_allocate_from_space() || GC_locker::is_active_and_needs_gc()) {
517 gclog_or_tty->print_cr(" should_allocate_from_space: NOT");

Completed in 33 milliseconds