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

changeset 1040
98cb887364d3
parent 981
05c6d52fa7a9
child 1042
d8c7fa77a6dc
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -2513,7 +2513,7 @@
     1.4      }
     1.5      save_marks();
     1.6  
     1.7 -    // We must do this before any possible evacuation that should propogate
     1.8 +    // We must do this before any possible evacuation that should propagate
     1.9      // marks, including evacuation of popular objects in a popular pause.
    1.10      if (mark_in_progress()) {
    1.11        double start_time_sec = os::elapsedTime();

mercurial