--- old/src/hotspot/share/gc/g1/g1_globals.hpp 2020-07-03 17:41:08.259217085 +0200 +++ new/src/hotspot/share/gc/g1/g1_globals.hpp 2020-07-03 17:41:08.159215634 +0200 @@ -271,7 +271,7 @@ "Force use of evacuation failure handling during evacuation " \ "pauses when marking is in progress") \ \ - develop(bool, G1EvacuationFailureALotDuringInitialMark, true, \ + develop(bool, G1EvacuationFailureALotDuringConcurrentStart, true, \ "Force use of evacuation failure handling during concurrent " \ "start evacuation pauses") \ \