diff src/share/vm/classfile/dictionary.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 e5b0439ef4ae
children df736661d0c8
line wrap: on
line diff
--- a/src/share/vm/classfile/dictionary.cpp	Tue Apr 27 18:13:47 2010 -0700
+++ b/src/share/vm/classfile/dictionary.cpp	Sun Oct 11 16:19:25 2009 -0700
@@ -127,7 +127,7 @@
 
 
 bool Dictionary::do_unloading(BoolObjectClosure* is_alive) {
-  assert(SafepointSynchronize::is_at_safepoint(), "must be at safepoint")
+  assert(SafepointSynchronize::is_at_safepoint(), "must be at safepoint");
   bool class_was_unloaded = false;
   int  index = 0; // Defined here for portability! Do not move