--- old/src/share/vm/gc_implementation/g1/g1CodeCacheRemSet.cpp 2014-07-07 14:11:07.103586862 +0200 +++ new/src/share/vm/gc_implementation/g1/g1CodeCacheRemSet.cpp 2014-07-07 14:11:06.975586863 +0200 @@ -169,7 +169,7 @@ void G1CodeRootSet::add(nmethod* method) { if (!contains(method)) { - // Find the first chunk thatisn't full. + // Find the first chunk that isn't full. G1CodeRootChunk* cur = _list.head(); while (cur != NULL) { if (!cur->is_full()) {