< prev index next >

src/share/vm/gc/g1/g1DefaultPolicy.hpp

Print this page
rev 11010 : 8155082: Refactor mutator region restriction
Reviewed-by:

*** 382,392 **** } } size_t young_list_target_length() const { return _young_list_target_length; } ! bool is_young_list_full() const; bool can_expand_young_list() const; uint young_list_max_length() const { return _young_list_max_length; --- 382,392 ---- } } size_t young_list_target_length() const { return _young_list_target_length; } ! bool should_allocate_mutator_region() const; bool can_expand_young_list() const; uint young_list_max_length() const { return _young_list_max_length;
< prev index next >