diff src/share/vm/runtime/safepoint.cpp @ 628:7bb995fbd3c0

Merge
author trims
date Thu, 12 Mar 2009 18:16:36 -0700
parents 0fbdb4381b99 98cb887364d3
children df6caf649ff7
line wrap: on
line diff
--- a/src/share/vm/runtime/safepoint.cpp	Mon Mar 09 13:34:00 2009 -0700
+++ b/src/share/vm/runtime/safepoint.cpp	Thu Mar 12 18:16:36 2009 -0700
@@ -369,7 +369,7 @@
 
     // Start suspended threads
     for(JavaThread *current = Threads::first(); current; current = current->next()) {
-      // A problem occuring on Solaris is when attempting to restart threads
+      // A problem occurring on Solaris is when attempting to restart threads
       // the first #cpus - 1 go well, but then the VMThread is preempted when we get
       // to the next one (since it has been running the longest).  We then have
       // to wait for a cpu to become available before we can continue restarting