< prev index next >

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

Print this page
rev 9416 : dihop-changes
rev 9418 : imported patch erik-jmasa-review
rev 9419 : [mq]: fix-evac-failure-needs-stats

*** 167,178 **** class G1CollectorPolicy: public CollectorPolicy { private: G1IHOPControl* _ihop_control; G1IHOPControl* create_ihop_control() const; ! void update_ihop_statistics(double marking_to_mixed_time, ! double mutator_time_s, size_t mutator_alloc_bytes, size_t young_gen_size); void report_ihop_statistics(); G1Predictions _predictor; --- 167,178 ---- class G1CollectorPolicy: public CollectorPolicy { private: G1IHOPControl* _ihop_control; G1IHOPControl* create_ihop_control() const; ! // Update the IHOP control with necessary statistics. ! void update_ihop_prediction(double mutator_time_s, size_t mutator_alloc_bytes, size_t young_gen_size); void report_ihop_statistics(); G1Predictions _predictor;
< prev index next >