--- old/src/hotspot/share/gc/g1/g1_globals.hpp 2020-07-03 17:41:21.951415820 +0200 +++ new/src/hotspot/share/gc/g1/g1_globals.hpp 2020-07-03 17:41:21.843414251 +0200 @@ -52,7 +52,7 @@ "behavior.") \ \ experimental(size_t, G1AdaptiveIHOPNumInitialSamples, 3, \ - "How many completed time periods from initial mark to first " \ + "How many completed time periods from concurrent start to first " \ "mixed gc are required to use the input values for prediction " \ "of the optimal occupancy to start marking.") \ range(1, max_intx) \ @@ -271,9 +271,9 @@ "Force use of evacuation failure handling during evacuation " \ "pauses when marking is in progress") \ \ - develop(bool, G1EvacuationFailureALotDuringInitialMark, true, \ - "Force use of evacuation failure handling during initial mark " \ - "evacuation pauses") \ + develop(bool, G1EvacuationFailureALotDuringConcurrentStart, true, \ + "Force use of evacuation failure handling during concurrent " \ + "start evacuation pauses") \ \ develop(bool, G1EvacuationFailureALotDuringYoungGC, true, \ "Force use of evacuation failure handling during young " \