hotspot/src/share/vm/code/nmethod.cpp
changeset 5402 c51fd0c1d005
parent 5334 b2d040a8d375
child 5403 6b0dd9c75dde
--- a/hotspot/src/share/vm/code/nmethod.cpp	Tue Apr 27 18:13:47 2010 -0700
+++ b/hotspot/src/share/vm/code/nmethod.cpp	Sun Oct 11 16:19:25 2009 -0700
@@ -1534,7 +1534,8 @@
             }
           }
           ic->set_to_clean();
-          assert(ic->cached_oop() == NULL, "cached oop in IC should be cleared")
+          assert(ic->cached_oop() == NULL,
+                 "cached oop in IC should be cleared");
         }
       }
     }