Searched refs:_allocation_failure (Results 1 - 8 of 8) sorted by relevance
/openjdk7/hotspot/src/share/vm/gc_interface/ |
H A D | gcCause.cpp | 57 case _allocation_failure:
|
H A D | gcCause.hpp | 53 _allocation_failure, enumerator in enum:GCCause::Cause
|
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/ |
H A D | vmPSOperations.cpp | 37 VM_GC_Operation(gc_count, GCCause::_allocation_failure), 59 VM_GC_Operation(gc_count, GCCause::_allocation_failure, full_gc_count, true /* full */),
|
H A D | parallelScavengeHeap.cpp | 578 GCCauseSetter gccs(this, GCCause::_allocation_failure); 755 GCCauseSetter gccs(this, GCCause::_allocation_failure);
|
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/ |
H A D | vmGCOperations.hpp | 167 : VM_GC_Operation(gc_count_before, GCCause::_allocation_failure),
|
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/ |
H A D | vm_operations_g1.cpp | 41 GCCause::_allocation_failure) {
|
/openjdk7/hotspot/src/share/vm/memory/ |
H A D | collectorPolicy.cpp | 683 GCCauseSetter x(gch, GCCause::_allocation_failure);
|
/openjdk7/hotspot/src/os/linux/vm/ |
H A D | os_linux.cpp | 5871 Universe::heap()->collect(GCCause::_allocation_failure);
|
Completed in 48 milliseconds