< prev index next >

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

Print this page
rev 12152 : [mq]: verification.patch

*** 115,124 **** --- 115,128 ---- "Turn on/off write barriers in Shenandoah") \ \ diagnostic(bool, ShenandoahReadBarrier, true, \ "Turn on/off read barriers in Shenandoah") \ \ + diagnostic(bool, ShenandoahStoreCheck, false, \ + "Emit additional code that checks objects are written to only" \ + " in to-space") \ + \ develop(bool, ShenandoahDumpHeapBeforeConcurrentMark, false, \ "Dump the ShenanodahHeap Before Each ConcurrentMark") \ \ develop(bool, ShenandoahDumpHeapAfterConcurrentMark, false, \ "Dump the ShenanodahHeap After Each Concurrent Mark") \
< prev index next >