src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp

changeset 1040
98cb887364d3
parent 970
4e400c36026f
child 1063
7bb995fbd3c0
     1.1 --- a/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -74,7 +74,7 @@
     1.4    for (int i = 0; i < lgrp_spaces()->length(); i++) {
     1.5      LGRPSpace *ls = lgrp_spaces()->at(i);
     1.6      MutableSpace *s = ls->space();
     1.7 -    if (s->top() < top()) { // For all spaces preceeding the one containing top()
     1.8 +    if (s->top() < top()) { // For all spaces preceding the one containing top()
     1.9        if (s->free_in_words() > 0) {
    1.10          size_t area_touched_words = pointer_delta(s->end(), s->top());
    1.11          CollectedHeap::fill_with_object(s->top(), area_touched_words);

mercurial