--- old/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp 2014-12-16 11:05:44.736839785 +0100 +++ new/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp 2014-12-16 11:05:44.670837868 +0100 @@ -2763,7 +2763,7 @@ default: ShouldNotReachHere(); } - return false; // Keep some compilers happy + return false; // keep some compilers happy } HeapWord* G1CollectedHeap::top_at_mark_start(HeapRegion* hr, VerifyOption vo) {