--- old/src/hotspot/share/gc/g1/g1ConcurrentMarkThread.hpp 2020-06-30 15:59:25.523241966 +0200 +++ new/src/hotspot/share/gc/g1/g1ConcurrentMarkThread.hpp 2020-06-30 15:59:25.423240769 +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