< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahFreeSet.cpp

Print this page
rev 59271 : 8240870: Shenandoah: merge evac and update phases
Reviewed-by: XXX

@@ -173,13 +173,14 @@
     }
 
     // Record actual allocation size
     req.set_actual_size(size);
 
-    if (req.is_gc_alloc()) {
-      r->set_update_watermark(r->top());
-    }
+    // FIXME: No need, recursive evacuation handles this for normal?
+//    if (req.is_gc_alloc()) {
+//      r->set_update_watermark(r->top());
+//    }
   }
 
   if (result == NULL || has_no_alloc_capacity(r)) {
     // Region cannot afford this or future allocations. Retire it.
     //
< prev index next >