< prev index next >

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

Print this page
rev 58558 : 8241605: Shenandoah: More aggressive reference discovery

@@ -30,11 +30,10 @@
 #include "logging/logTag.hpp"
 
 void ShenandoahTraversalMode::initialize_flags() const {
   FLAG_SET_DEFAULT(ShenandoahSATBBarrier,            false);
   FLAG_SET_DEFAULT(ShenandoahStoreValEnqueueBarrier, true);
-  FLAG_SET_DEFAULT(ShenandoahKeepAliveBarrier,       false);
   FLAG_SET_DEFAULT(ShenandoahAllowMixedAllocs,       false);
 
   SHENANDOAH_ERGO_ENABLE_FLAG(ExplicitGCInvokesConcurrent);
   SHENANDOAH_ERGO_ENABLE_FLAG(ShenandoahImplicitGCInvokesConcurrent);
 
< prev index next >