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

/openjdk7/hotspot/src/share/vm/services/
H A DmemoryService.hpp164 static void gc_end(bool fullGC, bool recordPostGCUsage,
205 bool recordPostGCUsage = true,
215 bool recordPostGCUsage,
H A DmemoryService.cpp566 void MemoryService::gc_end(bool fullGC, bool recordPostGCUsage, argument
580 mgr->gc_end(recordPostGCUsage, recordAccumulatedGCTime, recordGCEndTime,
665 bool recordPostGCUsage,
670 recordPostGCUsage, recordAccumulatedGCTime, recordGCEndTime,
681 bool recordPostGCUsage,
689 _recordPostGCUsage = recordPostGCUsage;
660 TraceMemoryManagerStats(bool fullGC, GCCause::Cause cause, bool recordGCBeginTime, bool recordPreGCUsage, bool recordPeakUsage, bool recordPostGCUsage, bool recordAccumulatedGCTime, bool recordGCEndTime, bool countCollection) argument
676 initialize(bool fullGC, GCCause::Cause cause, bool recordGCBeginTime, bool recordPreGCUsage, bool recordPeakUsage, bool recordPostGCUsage, bool recordAccumulatedGCTime, bool recordGCEndTime, bool countCollection) argument
H A DmemoryManager.hpp184 void gc_end(bool recordPostGCUsage, bool recordAccumulatedGCTime,
H A DmemoryManager.cpp261 void GCMemoryManager::gc_end(bool recordPostGCUsage, argument
272 if (recordPostGCUsage) {

Completed in 96 milliseconds