Searched refs:adaptive_young_list_length (Results 1 - 7 of 7) sorted by relevance

/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1YoungGenSizer.hpp104 bool adaptive_young_list_length() const { function in class:VALUE_OBJ_CLASS_SPEC
H A Dg1YoungRemSetSamplingThread.cpp111 if (g1p->adaptive_young_list_length()) {
H A Dg1Policy.hpp174 virtual bool adaptive_young_list_length() const = 0;
H A Dg1DefaultPolicy.cpp84 if (!adaptive_young_list_length()) {
174 if (adaptive_young_list_length()) {
230 if (adaptive_young_list_length()) {
282 assert(adaptive_young_list_length(), "pre-condition");
392 guarantee( adaptive_young_list_length(), "should not call this otherwise" );
408 if (collector_state()->gcs_are_young() && adaptive_young_list_length()) {
887 bool G1DefaultPolicy::adaptive_young_list_length() const { function in class:G1DefaultPolicy
888 return _young_gen_sizer.adaptive_young_list_length();
H A DconcurrentMarkThread.cpp85 if (g1_policy->adaptive_young_list_length()) {
H A Dg1DefaultPolicy.hpp345 bool adaptive_young_list_length() const;
H A Dg1CollectionSet.cpp420 bool check_time_remaining = _policy->adaptive_young_list_length();

Completed in 108 milliseconds