mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
7072527: CMS: JMM GC counters overcount in some cases
Avoid overcounting when CMS has concurrent mode failure. Reviewed-by: ysr
This commit is contained in:
parent
abe5e3a903
commit
24e8905fdf
3 changed files with 95 additions and 16 deletions
|
@ -1900,7 +1900,6 @@ class TraceCMSMemoryManagerStats : public TraceMemoryManagerStats {
|
|||
|
||||
public:
|
||||
TraceCMSMemoryManagerStats(CMSCollector::CollectorState phase, GCCause::Cause cause);
|
||||
TraceCMSMemoryManagerStats(GCCause::Cause cause);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue