< prev index next >

src/hotspot/share/gc/g1/g1_globals.hpp

Print this page
rev 60060 : [mq]: 8210462-lkorinth-review

@@ -269,11 +269,11 @@
                                                                             \
   develop(bool, G1EvacuationFailureALotDuringConcMark, true,                \
           "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")                                        \
                                                                             \
   develop(bool, G1EvacuationFailureALotDuringYoungGC, true,                 \
           "Force use of evacuation failure handling during young "          \
< prev index next >