diff src/share/vm/oops/klassVtable.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 d3676b4cb78c
children f03d0a26bf83
line wrap: on
line diff
--- a/src/share/vm/oops/klassVtable.cpp	Tue Apr 27 18:13:47 2010 -0700
+++ b/src/share/vm/oops/klassVtable.cpp	Sun Oct 11 16:19:25 2009 -0700
@@ -899,7 +899,7 @@
   int nof_methods = methods()->length();
   HandleMark hm;
   KlassHandle klass = _klass;
-  assert(nof_methods > 0, "at least one method must exist for interface to be in vtable")
+  assert(nof_methods > 0, "at least one method must exist for interface to be in vtable");
   Handle interface_loader (THREAD, instanceKlass::cast(interf_h())->class_loader());
   int ime_num = 0;