src/share/vm/gc_implementation/g1/heapRegionSeq.cpp

changeset 2643
1216415d8e35
parent 2492
a672e43650cc
child 2963
c3f1170908be
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp	Thu Mar 03 21:02:56 2011 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp	Fri Mar 04 17:13:19 2011 -0500
     1.3 @@ -165,7 +165,7 @@
     1.4  
     1.5    assert(num_so_far <= num, "post-condition");
     1.6    if (num_so_far == num) {
     1.7 -    // we find enough space for the humongous object
     1.8 +    // we found enough space for the humongous object
     1.9      assert(from <= first && first < _regions.length(), "post-condition");
    1.10      assert(first < curr && (curr - first) == (int) num, "post-condition");
    1.11      for (int i = first; i < first + (int) num; ++i) {

mercurial