hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
changeset 5240 3892e01609c6
parent 4481 de92ec484f5e
child 5243 99e5a8f5d81f
equal deleted inserted replaced
5109:7077b95d42f6 5240:3892e01609c6
   213 
   213 
   214   SurvRateGroup*        _short_lived_surv_rate_group;
   214   SurvRateGroup*        _short_lived_surv_rate_group;
   215   SurvRateGroup*        _survivor_surv_rate_group;
   215   SurvRateGroup*        _survivor_surv_rate_group;
   216   // add here any more surv rate groups
   216   // add here any more surv rate groups
   217 
   217 
       
   218   double                _gc_overhead_perc;
       
   219 
   218   bool during_marking() {
   220   bool during_marking() {
   219     return _during_marking;
   221     return _during_marking;
   220   }
   222   }
   221 
   223 
   222   // <NEW PREDICTION>
   224   // <NEW PREDICTION>