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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp202 uint _young_list_max_length; member in class:G1CollectorPolicy
833 uint young_list_max_length = _young_list_max_length;
838 return _young_list_max_length;
H A Dg1CollectorPolicy.cpp1408 _young_list_max_length = _young_list_target_length + expansion_region_num;
1409 assert(_young_list_target_length <= _young_list_max_length, "post-condition");

Completed in 39 milliseconds