< prev index next >

src/share/vm/memory/collectorPolicy.hpp

Print this page
rev 7209 : [mq]: inccms

@@ -187,15 +187,10 @@
 
   virtual CollectorPolicy::Name kind() {
     return CollectorPolicy::CollectorPolicyKind;
   }
 
-  // Returns true if a collector has eden space with soft end.
-  virtual bool has_soft_ended_eden() {
-    return false;
-  }
-
   // Do any updates required to global flags that are due to heap initialization
   // changes
   virtual void post_heap_initialize() = 0;
 };
 
< prev index next >