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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp136 uint calculate_default_min_length(uint new_number_of_heap_regions);
H A Dg1CollectorPolicy.cpp355 uint G1YoungGenSizer::calculate_default_min_length(uint new_number_of_heap_regions) { function in class:G1YoungGenSizer
370 _min_desired_young_length = calculate_default_min_length(new_number_of_heap_regions);
378 _min_desired_young_length = calculate_default_min_length(new_number_of_heap_regions);

Completed in 39 milliseconds