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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp501 // an allocation of the given word_size. If do_expand is true,
504 HeapRegion* new_region(size_t word_size, bool do_expand);
H A Dg1CollectedHeap.cpp568 HeapRegion* G1CollectedHeap::new_region(size_t word_size, bool do_expand) { argument
594 if (res == NULL && do_expand && _expand_heap_after_alloc_failure) {
596 // do_expand to true. So, we should only reach here during a
632 HeapRegion* hr = new_region(word_size, false /* do_expand */);
6366 false /* do_expand */);
6425 true /* do_expand */);

Completed in 1983 milliseconds