src/share/vm/interpreter/templateInterpreter.cpp

changeset 1844
cff162798819
parent 1506
b18963243361
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/interpreter/templateInterpreter.cpp	Tue Apr 27 18:13:47 2010 -0700
     1.2 +++ b/src/share/vm/interpreter/templateInterpreter.cpp	Sun Oct 11 16:19:25 2009 -0700
     1.3 @@ -457,7 +457,7 @@
     1.4  
     1.5  void TemplateInterpreterGenerator::set_wide_entry_point(Template* t, address& wep) {
     1.6    assert(t->is_valid(), "template must exist");
     1.7 -  assert(t->tos_in() == vtos, "only vtos tos_in supported for wide instructions")
     1.8 +  assert(t->tos_in() == vtos, "only vtos tos_in supported for wide instructions");
     1.9    wep = __ pc(); generate_and_dispatch(t);
    1.10  }
    1.11  

mercurial