src/share/vm/gc_implementation/g1/heapRegion.hpp

changeset 6992
2c6ef90f030a
parent 6990
1526a938e670
child 7050
6701abbc4441
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegion.hpp	Tue Jul 01 09:03:55 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegion.hpp	Mon Jul 07 10:12:40 2014 +0200
     1.3 @@ -247,11 +247,9 @@
     1.4    bool _evacuation_failed;
     1.5  
     1.6    // A heap region may be a member one of a number of special subsets, each
     1.7 -  // represented as linked lists through the field below.  Currently, these
     1.8 -  // sets include:
     1.9 +  // represented as linked lists through the field below.  Currently, there
    1.10 +  // is only one set:
    1.11    //   The collection set.
    1.12 -  //   The set of allocation regions used in a collection pause.
    1.13 -  //   Spaces that may contain gray objects.
    1.14    HeapRegion* _next_in_special_set;
    1.15  
    1.16    // next region in the young "generation" region set

mercurial