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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp285 // update_young_list_target_length() during initialization.
409 update_young_list_target_length();
487 void G1CollectorPolicy::update_young_list_target_length(size_t rs_lengths) { function in class:G1CollectorPolicy
678 update_young_list_target_length(rs_lengths_prediction);
784 update_young_list_target_length();
1139 update_young_list_target_length();
H A Dg1CollectorPolicy.hpp592 void update_young_list_target_length(size_t rs_lengths = (size_t) -1);

Completed in 36 milliseconds