--- old/src/hotspot/share/gc/g1/g1FullCollector.cpp 2017-11-29 12:36:32.200761383 +0100 +++ new/src/hotspot/share/gc/g1/g1FullCollector.cpp 2017-11-29 12:36:31.976752483 +0100 @@ -246,7 +246,7 @@ void G1FullCollector::verify_after_marking() { if (!VerifyDuringGC || !_heap->verifier()->should_verify(G1HeapVerifier::G1VerifyFull)) { - //Only do verification if VerifyDuringGC and Verify_Full is set. + // Only do verification if VerifyDuringGC and G1VerifyFull is set. return; }