< prev index next >

src/share/vm/gc/shenandoah/shenandoah_globals.hpp

Print this page
rev 14282 : Factor out keep-alive barrier from usual pre-barrier implementations.

*** 280,289 **** --- 280,292 ---- "Suspend concurrent GC worker threads at safepoints") \ \ diagnostic(bool, ShenandoahSATBBarrier, true, \ "Turn on/off SATB barriers in Shenandoah") \ \ + diagnostic(bool, ShenandoahKeepAliveBarrier, true, \ + "Turn on/off SATB barriers in Shenandoah") \ + \ diagnostic(bool, ShenandoahWriteBarrier, true, \ "Turn on/off write barriers in Shenandoah") \ \ diagnostic(bool, ShenandoahReadBarrier, true, \ "Turn on/off read barriers in Shenandoah") \
< prev index next >