diff src/share/vm/runtime/vmThread.cpp @ 1489:cff162798819

6888953: some calls to function-like macros are missing semicolons Reviewed-by: pbk, kvn
author jcoomes
date Sun, 11 Oct 2009 16:19:25 -0700
parents e392695de029
children f03d0a26bf83
line wrap: on
line diff
--- a/src/share/vm/runtime/vmThread.cpp	Tue Apr 27 18:13:47 2010 -0700
+++ b/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;