< prev index next >

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

Print this page
rev 51400 : [mq]: remove-c2-wb.patch

*** 235,247 **** \ experimental(bool, ShenandoahDontIncreaseWBFreq, true, \ "Common 2 WriteBarriers or WriteBarrier and a ReadBarrier only " \ "if the resulting WriteBarrier isn't executed more frequently") \ \ - experimental(bool, ShenandoahWriteBarrierToIR, true, \ - "Convert write barrier to IR instead of using assembly blob") \ - \ experimental(bool, ShenandoahWriteBarrierCsetTestInIR, true, \ "Perform cset test in IR rather than in the stub") \ \ experimental(bool, ShenandoahLoopOptsAfterExpansion, true, \ "Attempt more loop opts after write barrier expansion") \ --- 235,244 ----
< prev index next >