Searched refs:VM_ParallelGCFailedPermanentAllocation (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DvmPSOperations.hpp48 class VM_ParallelGCFailedPermanentAllocation: public VM_GC_Operation { class in inherits:VM_GC_Operation
54 VM_ParallelGCFailedPermanentAllocation(size_t size,
H A DvmPSOperations.cpp57 VM_ParallelGCFailedPermanentAllocation::VM_ParallelGCFailedPermanentAllocation(size_t size, function in class:VM_ParallelGCFailedPermanentAllocation
65 void VM_ParallelGCFailedPermanentAllocation::doit() {
H A DparallelScavengeHeap.cpp696 VM_ParallelGCFailedPermanentAllocation op(size, gc_count, full_gc_count);

Completed in 28 milliseconds