Searched refs:prediction (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1DefaultPolicy.hpp191 // prediction model. If no rs_lengths parameter is passed, predict
192 // the RS lengths using the prediction model, otherwise use the
193 // given rs_lengths as the prediction.
209 // represent the prediction of how large the young RSet lengths will
224 void update_rs_lengths_prediction(size_t prediction);
227 // given target pause time and whether the prediction for the amount
H A Dg1DefaultPolicy.cpp134 // end condition 2: prediction is over the target pause time
181 // otherwise we don't have enough info to make the prediction
294 // survivor_regions_evac_time prediction.
407 void G1DefaultPolicy::update_rs_lengths_prediction(size_t prediction) { argument
409 _rs_lengths_prediction = prediction;
724 // prediction too small and the limit the young gen every time we get to the
769 // Always try to update IHOP prediction. Even evacuation failures give information
792 // marking, which makes any prediction useless. This increases the accuracy of the
793 // prediction.
865 // The prediction o
[all...]

Completed in 40 milliseconds