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

/openjdk7/hotspot/src/share/vm/services/
H A DmemoryService.hpp161 static void gc_begin(bool fullGC, bool recordGCBeginTime,
164 static void gc_end(bool fullGC, bool recordPostGCUsage,
200 TraceMemoryManagerStats(bool fullGC,
210 void initialize(bool fullGC,
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 30 milliseconds