Searched refs:young_list_max_length (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/src/share/vm/gc/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 Dg1Policy.hpp172 virtual uint young_list_max_length() const = 0;
H A Dg1DefaultPolicy.hpp341 uint young_list_max_length() const { function in class:G1DefaultPolicy
H A Dg1DefaultPolicy.cpp883 uint young_list_max_length = _young_list_max_length; local
884 return young_list_length < young_list_max_length;

Completed in 46 milliseconds