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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp845 // A successful humongous object allocation changes the used space
889 // If the operation was successful we'll return the result even
1730 // successful, perform the allocation and return the address of the
1781 bool successful = _g1_storage.expand_by(aligned_expand_bytes); local
1782 if (successful) {
1833 return successful;

Completed in 77 milliseconds