--- old/src/hotspot/share/gc/g1/g1SharedClosures.hpp 2020-07-07 10:35:56.203158430 +0200 +++ new/src/hotspot/share/gc/g1/g1SharedClosures.hpp 2020-07-07 10:35:56.107156741 +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: