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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp287 void adjust_concurrent_refinement(double update_rs_time,
H A Dg1CollectorPolicy.cpp1201 void G1CollectorPolicy::adjust_concurrent_refinement(double update_rs_time, argument
1212 if (update_rs_time > goal_ms) {
1215 if (update_rs_time < goal_ms && update_rs_processed_buffers > g) {

Completed in 39 milliseconds