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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp197 uint _young_list_fixed_length; member in class:G1CollectorPolicy
H A Dg1CollectorPolicy.cpp404 _young_list_fixed_length = 0;
406 _young_list_fixed_length = _young_gen_sizer->min_desired_young_length();
536 young_list_target_length = _young_list_fixed_length;

Completed in 79 milliseconds