< prev index next >

src/share/vm/gc_implementation/shenandoah/shenandoahHeapRegion.inline.hpp

Print this page
rev 10571 : [backport] Complete liveness for recently allocated regions outside the allocation path

@@ -63,13 +63,10 @@
       ShouldNotReachHere();
   }
 }
 
 inline void ShenandoahHeapRegion::increase_live_data_alloc_words(size_t s) {
-  if (!ShenandoahAllocImplicitLive) {
-    return;
-  }
   internal_increase_live_data(s);
 }
 
 inline void ShenandoahHeapRegion::increase_live_data_gc_words(size_t s) {
   internal_increase_live_data(s);
< prev index next >