--- old/src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp 2020-05-25 21:02:55.236239383 +0200 +++ new/src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp 2020-05-25 21:02:54.780237953 +0200 @@ -300,9 +300,6 @@ 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.") \