src/share/vm/gc_implementation/concurrentMarkSweep/cmsGCAdaptivePolicyCounters.hpp

changeset 1040
98cb887364d3
parent 435
a61af66fc99e
child 1907
c18cbe5936b8
equal deleted inserted replaced
1039:ec59443af135 1040:98cb887364d3
67 67
68 // Average of the free space in the tenured generation at the 68 // Average of the free space in the tenured generation at the
69 // end of the sweep of the tenured generation. 69 // end of the sweep of the tenured generation.
70 PerfVariable* _avg_cms_free_counter; 70 PerfVariable* _avg_cms_free_counter;
71 // Average of the free space in the tenured generation at the 71 // Average of the free space in the tenured generation at the
72 // start of the sweep of the tenured genertion. 72 // start of the sweep of the tenured generation.
73 PerfVariable* _avg_cms_free_at_sweep_counter; 73 PerfVariable* _avg_cms_free_at_sweep_counter;
74 // Average of the free space in the tenured generation at the 74 // Average of the free space in the tenured generation at the
75 // after any resizing of the tenured generation at the end 75 // after any resizing of the tenured generation at the end
76 // of a collection of the tenured generation. 76 // of a collection of the tenured generation.
77 PerfVariable* _avg_cms_promo_counter; 77 PerfVariable* _avg_cms_promo_counter;

mercurial