comparison src/share/vm/gc_implementation/concurrentMarkSweep/cmsGCAdaptivePolicyCounters.hpp @ 605:98cb887364d3

6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
author twisti
date Fri, 27 Feb 2009 13:27:09 -0800
parents a61af66fc99e
children c18cbe5936b8
comparison
equal deleted inserted replaced
604:ec59443af135 605: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;