--- old/src/hotspot/share/gc/shenandoah/shenandoahArguments.cpp 2020-05-25 21:23:24.457812757 +0200 +++ new/src/hotspot/share/gc/shenandoah/shenandoahArguments.cpp 2020-05-25 21:23:24.145812625 +0200 @@ -148,13 +148,6 @@ FLAG_SET_DEFAULT(LogEventsBufferEntries, 250); } - if (AlwaysPreTouch) { - if (!FLAG_IS_DEFAULT(ShenandoahUncommit)) { - warning("AlwaysPreTouch is enabled, disabling ShenandoahUncommit"); - } - FLAG_SET_DEFAULT(ShenandoahUncommit, false); - } - if ((InitialHeapSize == MaxHeapSize) && ShenandoahUncommit) { log_info(gc)("Min heap equals to max heap, disabling ShenandoahUncommit"); FLAG_SET_DEFAULT(ShenandoahUncommit, false);