Searched refs:request_full_gc (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.hpp137 VM_GC_HeapInspection(outputStream* out, bool request_full_gc, argument
142 request_full_gc) {
144 _full_gc = request_full_gc;
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DvmCMSOperations.cpp244 CMSCollector::request_full_gc(_full_gc_count_before, _gc_cause);
H A DconcurrentMarkSweepGeneration.hpp913 static void request_full_gc(unsigned int full_gc_count, GCCause::Cause cause);
H A DconcurrentMarkSweepGeneration.cpp1687 void CMSCollector::request_full_gc(unsigned int full_gc_count, GCCause::Cause cause) {

Completed in 524 milliseconds