--- old/src/hotspot/share/gc/g1/g1SharedClosures.hpp 2020-07-03 17:41:20.599396186 +0200 +++ new/src/hotspot/share/gc/g1/g1SharedClosures.hpp 2020-07-03 17:41:20.491394619 +0200 @@ -34,7 +34,7 @@ class G1SharedClosures { static bool needs_strong_processing() { // Request strong code root processing when G1MarkFromRoot is passed in during - // initial mark. + // concurrent start. return Mark == G1MarkFromRoot; } public: