hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsGCAdaptivePolicyCounters.hpp
changeset 2131 98f9cef66a34
parent 1 489c9b5090e2
child 5547 f4b087cbb361
equal deleted inserted replaced
2130:f935aa562118 2131:98f9cef66a34
    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;