comparison src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp @ 3356:78542e2b5e35

7036199: Adding a notification to the implementation of GarbageCollectorMXBeans Summary: Add a notification to the GarbageCollectorMXBeans Reviewed-by: acorn, mchung
author fparain
date Thu, 12 May 2011 10:30:11 -0700
parents 92da084fefc9
children 8cbcd406c42e
comparison
equal deleted inserted replaced
3355:f1cbbee6713b 3356:78542e2b5e35
1893 }; 1893 };
1894 1894
1895 class TraceCMSMemoryManagerStats : public TraceMemoryManagerStats { 1895 class TraceCMSMemoryManagerStats : public TraceMemoryManagerStats {
1896 1896
1897 public: 1897 public:
1898 TraceCMSMemoryManagerStats(CMSCollector::CollectorState phase); 1898 TraceCMSMemoryManagerStats(CMSCollector::CollectorState phase, GCCause::Cause cause);
1899 TraceCMSMemoryManagerStats(); 1899 TraceCMSMemoryManagerStats(GCCause::Cause cause);
1900 }; 1900 };
1901 1901
1902 1902
1903 #endif // SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_CONCURRENTMARKSWEEPGENERATION_HPP 1903 #endif // SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_CONCURRENTMARKSWEEPGENERATION_HPP