diff -r d27050bdfb04 -r 4d2e06147d1e hotspot/src/share/vm/gc_implementation/g1/g1CodeCacheRemSet.cpp --- a/hotspot/src/share/vm/gc_implementation/g1/g1CodeCacheRemSet.cpp Mon Jul 07 10:12:40 2014 +0200 +++ b/hotspot/src/share/vm/gc_implementation/g1/g1CodeCacheRemSet.cpp Wed Jul 09 16:44:30 2014 +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()) {