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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DvmPSOperations.cpp58 unsigned int gc_count, unsigned int full_gc_count) :
59 VM_GC_Operation(gc_count, GCCause::_allocation_failure, full_gc_count, true /* full */),
80 unsigned int full_gc_count,
82 VM_GC_Operation(gc_count, gc_cause, full_gc_count, true /* full */)
57 VM_ParallelGCFailedPermanentAllocation(size_t size, unsigned int gc_count, unsigned int full_gc_count) argument
79 VM_ParallelGCSystemGC(unsigned int gc_count, unsigned int full_gc_count, GCCause::Cause gc_cause) argument
H A DparallelScavengeHeap.cpp627 uint full_gc_count = 0; local
644 full_gc_count = Universe::heap()->total_full_collections();
696 VM_ParallelGCFailedPermanentAllocation op(size, gc_count, full_gc_count);
810 unsigned int full_gc_count = 0; local
815 full_gc_count = Universe::heap()->total_full_collections();
818 VM_ParallelGCSystemGC op(gc_count, full_gc_count, cause);

Completed in 33 milliseconds