hotspot/src/share/vm/classfile/dictionary.cpp
changeset 5402 c51fd0c1d005
parent 2534 08dac9ce0cd7
child 5426 470c15eda401
--- a/hotspot/src/share/vm/classfile/dictionary.cpp	Tue Apr 27 18:13:47 2010 -0700
+++ b/hotspot/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