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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
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 95 milliseconds