< prev index next >

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

Print this page
rev 59422 : 8245754: Shenandoah: ditch ShenandoahAlwaysPreTouch
Reviewed-by: XXX

*** 298,310 **** "Testing: simulate OOM during evacuation.") \ \ diagnostic(bool, ShenandoahAllocFailureALot, false, \ "Testing: make lots of artificial allocation failures.") \ \ - 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."\ "Set to 0 to disable prefetching.") \ range(0, 256) \ \ --- 298,307 ----
< prev index next >