--- old/src/share/vm/gc_implementation/g1/heapRegion.hpp 2014-07-03 21:12:57.385583984 +0200 +++ new/src/share/vm/gc_implementation/g1/heapRegion.hpp 2014-07-03 21:12:57.277583988 +0200 @@ -247,11 +247,9 @@ bool _evacuation_failed; // A heap region may be a member one of a number of special subsets, each - // represented as linked lists through the field below. Currently, these - // sets include: + // represented as linked lists through the field below. Currently, there + // is only one set: // The collection set. - // The set of allocation regions used in a collection pause. - // Spaces that may contain gray objects. HeapRegion* _next_in_special_set; // next region in the young "generation" region set