Searched refs:gc_count (Results 1 - 7 of 7) sorted by relevance

/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DvmPSOperations.hpp34 VM_ParallelGCFailedAllocation(size_t word_size, uint gc_count);
44 VM_ParallelGCSystemGC(uint gc_count, uint full_gc_count, GCCause::Cause gc_cause);
H A DvmPSOperations.cpp35 uint gc_count) :
36 VM_CollectForAllocation(word_size, gc_count, GCCause::_allocation_failure) {
54 VM_ParallelGCSystemGC::VM_ParallelGCSystemGC(uint gc_count, argument
57 VM_GC_Operation(gc_count, gc_cause, full_gc_count, true /* full */)
34 VM_ParallelGCFailedAllocation(size_t word_size, uint gc_count) argument
H A DparallelScavengeHeap.cpp221 uint gc_count = 0; local
238 gc_count = total_collections();
281 VM_ParallelGCFailedAllocation op(size, gc_count);
478 uint gc_count = 0; local
483 gc_count = total_collections();
487 VM_ParallelGCSystemGC op(gc_count, full_gc_count, cause);
/openjdk10/hotspot/src/share/vm/services/
H A DmemoryManager.hpp170 size_t gc_count() { return _num_collections; } function in class:GCMemoryManager
H A Dmanagement.cpp824 return mgr->gc_count();
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DcollectorPolicy.cpp811 uint gc_count = 0;
850 { // Need lock to get self consistent gc_count's
852 gc_count = Universe::heap()->total_collections();
860 gc_count,
/openjdk10/hotspot/src/share/vm/gc/cms/
H A DconcurrentMarkSweepGeneration.cpp1298 unsigned int gc_count = gch->total_full_collections(); local
1299 if (gc_count == full_gc_count) {
1305 assert(gc_count > full_gc_count, "Error: causal loop");

Completed in 85 milliseconds