This commit is contained in:
Erik Trimble 2009-03-12 18:16:36 -07:00
commit 8d6035660e
223 changed files with 5079 additions and 2219 deletions

View file

@ -369,7 +369,7 @@ void SafepointSynchronize::end() {
// 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