hotspot/src/share/vm/runtime/vmThread.cpp
changeset 5402 c51fd0c1d005
parent 5089 0cce506a0158
child 5403 6b0dd9c75dde
--- 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;