--- old/src/hotspot/share/gc/g1/g1ConcurrentMarkThread.hpp 2020-07-03 17:41:17.347348971 +0200 +++ new/src/hotspot/share/gc/g1/g1ConcurrentMarkThread.hpp 2020-07-03 17:41:17.239347404 +0200 @@ -76,7 +76,7 @@ bool in_progress() { return _state == InProgress; } // Returns true from the moment a marking cycle is - // initiated (during the initial-mark pause when started() is set) + // initiated (during the concurrent start pause when started() is set) // to the moment when the cycle completes (just after the next // marking bitmap has been cleared and in_progress() is // cleared). While during_cycle() is true we will not start another cycle