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

/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.cpp261 void GCMemoryManager::gc_end(bool recordPostGCUsage, argument
272 if (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

Completed in 31 milliseconds