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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp137 uint calculate_default_max_length(uint new_number_of_heap_regions);
H A Dg1CollectorPolicy.cpp360 uint G1YoungGenSizer::calculate_default_max_length(uint new_number_of_heap_regions) { function in class:G1YoungGenSizer
371 _max_desired_young_length = calculate_default_max_length(new_number_of_heap_regions);
374 _max_desired_young_length = calculate_default_max_length(new_number_of_heap_regions);

Completed in 40 milliseconds