Searched refs:_allocation_failure (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_interface/
H A DgcCause.cpp57 case _allocation_failure:
H A DgcCause.hpp53 _allocation_failure, enumerator in enum:GCCause::Cause
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DvmPSOperations.cpp37 VM_GC_Operation(gc_count, GCCause::_allocation_failure),
59 VM_GC_Operation(gc_count, GCCause::_allocation_failure, full_gc_count, true /* full */),
H A DparallelScavengeHeap.cpp578 GCCauseSetter gccs(this, GCCause::_allocation_failure);
755 GCCauseSetter gccs(this, GCCause::_allocation_failure);
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.hpp167 : VM_GC_Operation(gc_count_before, GCCause::_allocation_failure),
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dvm_operations_g1.cpp41 GCCause::_allocation_failure) {
/openjdk7/hotspot/src/share/vm/memory/
H A DcollectorPolicy.cpp683 GCCauseSetter x(gch, GCCause::_allocation_failure);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp5871 Universe::heap()->collect(GCCause::_allocation_failure);

Completed in 56 milliseconds