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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp916 HeapWord* G1CollectedHeap::attempt_allocation_slow(size_t word_size, function in class:G1CollectedHeap
921 assert(!isHumongous(word_size), "attempt_allocation_slow() should not "
1016 warning("G1CollectedHeap::attempt_allocation_slow() "
1028 // attempt_allocation_slow(). The reason these two were not merged

Completed in 55 milliseconds