hotspot/src/share/vm/classfile/resolutionErrors.cpp
changeset 5402 c51fd0c1d005
parent 1 489c9b5090e2
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/classfile/resolutionErrors.cpp	Tue Apr 27 18:13:47 2010 -0700
+++ b/hotspot/src/share/vm/classfile/resolutionErrors.cpp	Sun Oct 11 16:19:25 2009 -0700
@@ -102,7 +102,7 @@
 
 // Remove unloaded entries from the table
 void ResolutionErrorTable::purge_resolution_errors(BoolObjectClosure* is_alive) {
-  assert(SafepointSynchronize::is_at_safepoint(), "must be at safepoint")
+  assert(SafepointSynchronize::is_at_safepoint(), "must be at safepoint");
   for (int i = 0; i < table_size(); i++) {
     for (ResolutionErrorEntry** p = bucket_addr(i); *p != NULL; ) {
       ResolutionErrorEntry* entry = *p;