< prev index next >

src/share/vm/memory/genCollectedHeap.hpp

Print this page

        

@@ -329,11 +329,10 @@
   void update_gc_stats(int current_level, bool full) {
     _young_gen->update_gc_stats(current_level, full);
     _old_gen->update_gc_stats(current_level, full);
   }
 
-  // Override.
   bool no_gc_in_progress() { return !is_gc_active(); }
 
   // Override.
   void prepare_for_verify();
 
< prev index next >