hotspot/src/share/vm/interpreter/templateInterpreter.cpp
changeset 5402 c51fd0c1d005
parent 4441 1dfb3f44c62a
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/interpreter/templateInterpreter.cpp	Tue Apr 27 18:13:47 2010 -0700
+++ b/hotspot/src/share/vm/interpreter/templateInterpreter.cpp	Sun Oct 11 16:19:25 2009 -0700
@@ -457,7 +457,7 @@
 
 void TemplateInterpreterGenerator::set_wide_entry_point(Template* t, address& wep) {
   assert(t->is_valid(), "template must exist");
-  assert(t->tos_in() == vtos, "only vtos tos_in supported for wide instructions")
+  assert(t->tos_in() == vtos, "only vtos tos_in supported for wide instructions");
   wep = __ pc(); generate_and_dispatch(t);
 }