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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp142 uint min_desired_young_length() { function in class:G1YoungGenSizer
H A Dg1CollectorPolicy.cpp406 _young_list_fixed_length = _young_gen_sizer->min_desired_young_length();
477 return MAX2(_young_gen_sizer->min_desired_young_length(), desired_min_length);

Completed in 686 milliseconds