comparison src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp @ 3827:41e6ee74f879

7072527: CMS: JMM GC counters overcount in some cases Summary: Avoid overcounting when CMS has concurrent mode failure. Reviewed-by: ysr Contributed-by: rednaxelafx@gmail.com
author kevinw
date Tue, 02 Aug 2011 14:37:35 +0100
parents 537a4053b0f9
children b632e80fc9dc
comparison
equal deleted inserted replaced
3803:0defeba52583 3827:41e6ee74f879
1898 1898
1899 class TraceCMSMemoryManagerStats : public TraceMemoryManagerStats { 1899 class TraceCMSMemoryManagerStats : public TraceMemoryManagerStats {
1900 1900
1901 public: 1901 public:
1902 TraceCMSMemoryManagerStats(CMSCollector::CollectorState phase, GCCause::Cause cause); 1902 TraceCMSMemoryManagerStats(CMSCollector::CollectorState phase, GCCause::Cause cause);
1903 TraceCMSMemoryManagerStats(GCCause::Cause cause);
1904 }; 1903 };
1905 1904
1906 1905
1907 #endif // SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_CONCURRENTMARKSWEEPGENERATION_HPP 1906 #endif // SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_CONCURRENTMARKSWEEPGENERATION_HPP