< prev index next >

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

Print this page
rev 58200 : 8240215: Shenandoah: remove ShenandoahAllocationTrace
Reviewed-by: XXX
rev 58201 : 8240216: Shenandoah: remove ShenandoahTerminationTrace
Reviewed-by: XXX

*** 296,308 **** "Simulate OOM during evacuation frequently.") \ \ diagnostic(bool, ShenandoahAllocFailureALot, false, \ "Make lots of artificial allocation failures.") \ \ - diagnostic(bool, ShenandoahTerminationTrace, false, \ - "Tracing task termination timings") \ - \ diagnostic(bool, ShenandoahAlwaysPreTouch, false, \ "Pre-touch heap memory, overrides global AlwaysPreTouch") \ \ experimental(intx, ShenandoahMarkScanPrefetch, 32, \ "How many objects to prefetch ahead when traversing mark bitmaps."\ --- 296,305 ----
< prev index next >