diff -r 30bda607cb67 -r c51fd0c1d005 hotspot/src/share/vm/runtime/vmThread.cpp --- a/hotspot/src/share/vm/runtime/vmThread.cpp Tue Apr 27 18:13:47 2010 -0700 +++ b/hotspot/src/share/vm/runtime/vmThread.cpp Sun Oct 11 16:19:25 2009 -0700 @@ -106,7 +106,7 @@ // restore queue to empty state _queue[prio]->set_next(_queue[prio]); _queue[prio]->set_prev(_queue[prio]); - assert(queue_empty(prio), "drain corrupted queue") + assert(queue_empty(prio), "drain corrupted queue"); #ifdef DEBUG int len = 0; VM_Operation* cur;