src/share/vm/runtime/safepoint.cpp

changeset 1040
98cb887364d3
parent 948
2328d1d3f8cf
child 1063
7bb995fbd3c0
     1.1 --- a/src/share/vm/runtime/safepoint.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/runtime/safepoint.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -369,7 +369,7 @@
     1.4  
     1.5      // Start suspended threads
     1.6      for(JavaThread *current = Threads::first(); current; current = current->next()) {
     1.7 -      // A problem occuring on Solaris is when attempting to restart threads
     1.8 +      // A problem occurring on Solaris is when attempting to restart threads
     1.9        // the first #cpus - 1 go well, but then the VMThread is preempted when we get
    1.10        // to the next one (since it has been running the longest).  We then have
    1.11        // to wait for a cpu to become available before we can continue restarting

mercurial