< prev index next >

src/share/vm/gc/serial/defNewGeneration.hpp

Print this page

        

@@ -283,13 +283,10 @@
   virtual void gc_epilogue(bool full);
 
   // Save the tops for eden, from, and to
   virtual void record_spaces_top();
 
-  // Doesn't require additional work during GC prologue and epilogue
-  virtual bool performs_in_place_marking() const { return false; }
-
   // Accessing marks
   void save_marks();
   void reset_saved_marks();
   bool no_allocs_since_save_marks();
 
< prev index next >