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

/openjdk7/hotspot/src/share/vm/services/
H A DmemoryService.cpp544 void MemoryService::gc_begin(bool fullGC, bool recordGCBeginTime, argument
549 if (fullGC) {
566 void MemoryService::gc_end(bool fullGC, bool recordPostGCUsage, argument
572 if (fullGC) {
660 TraceMemoryManagerStats::TraceMemoryManagerStats(bool fullGC, argument
669 initialize(fullGC, cause, recordGCBeginTime, recordPreGCUsage, recordPeakUsage,
676 void TraceMemoryManagerStats::initialize(bool fullGC, argument
685 _fullGC = fullGC;

Completed in 32 milliseconds