src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp

changeset 1546
44f61c24ddab
parent 1377
2c79770d1f6e
child 1791
56507bcd639e
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Fri Dec 11 09:30:48 2009 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Wed Dec 16 15:12:51 2009 -0800
     1.3 @@ -316,6 +316,10 @@
     1.4    bool verify_young_ages(HeapRegion* head, SurvRateGroup *surv_rate_group);
     1.5  #endif // PRODUCT
     1.6  
     1.7 +  void adjust_concurrent_refinement(double update_rs_time,
     1.8 +                                    double update_rs_processed_buffers,
     1.9 +                                    double goal_ms);
    1.10 +
    1.11  protected:
    1.12    double _pause_time_target_ms;
    1.13    double _recorded_young_cset_choice_time_ms;

mercurial