< prev index next >

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

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

@@ -160,11 +160,11 @@
 
   virtual void finished_recalculating_age_indexes(bool is_survivors) = 0;
 
   virtual size_t young_list_target_length() const = 0;
 
-  virtual bool is_young_list_full() const = 0;
+  virtual bool should_allocate_mutator_region() const = 0;
 
   virtual bool can_expand_young_list() const = 0;
 
   virtual uint young_list_max_length() const = 0;
 
< prev index next >