< prev index next >

src/share/vm/memory/tenuredGeneration.cpp

Print this page
rev 7475 : imported patch cleanup

@@ -387,12 +387,10 @@
 
 #undef TenuredGen_SINCE_SAVE_MARKS_ITERATE_DEFN
 
 
 void TenuredGeneration::gc_epilogue(bool full) {
-  _last_gc = WaterMark(the_space(), the_space()->top());
-
   // update the generation and space performance counters
   update_counters();
   if (ZapUnusedHeapArea) {
     the_space()->check_mangled_unused_area_complete();
   }
< prev index next >