< prev index next >

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

Print this page
rev 51736 : Traversal: Purge arraycopy 'optimization'

*** 415,428 **** "region") \ \ diagnostic(bool, ShenandoahRecycleClearsBitmap, false, \ "Recycling a region also clears the marking bitmap") \ \ - diagnostic(size_t, ShenandoahEnqueueArrayCopyThreshold, 32, \ - "Arrays and objects are enqueued instead of processed in-place" \ - "when their size exceed this threshold") \ - \ diagnostic(bool, ShenandoahTerminationTrace, false, \ "Tracing task termination timings") \ \ diagnostic(bool, ShenandoahElasticTLAB, true, \ "Use Elastic TLABs with Shenandoah") \ --- 415,424 ----
< prev index next >