Searched defs:young_list_max_length (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MonitoringSupport.cpp186 uint young_list_max_length = g1->g1_policy()->young_list_max_length(); local
187 assert(young_list_max_length >= survivor_list_length, "invariant");
188 uint eden_list_max_length = young_list_max_length - survivor_list_length;
H A Dg1CollectorPolicy.hpp833 uint young_list_max_length = _young_list_max_length; local
834 return young_list_length < young_list_max_length;
837 uint young_list_max_length() { function in class:G1CollectorPolicy

Completed in 390 milliseconds