8005418: JSR 292: virtual dispatch bug in 292 impl

Reviewed-by: jrose, kvn
This commit is contained in:
Christian Thalinger 2013-01-09 15:37:23 -08:00
parent 38c81fb411
commit a55305503e
5 changed files with 102 additions and 75 deletions

View file

@ -1404,7 +1404,8 @@ void Parse::do_one_block() {
do_one_bytecode();
assert(!have_se || stopped() || failing() || (sp() - pre_bc_sp) == depth, "correct depth prediction");
assert(!have_se || stopped() || failing() || (sp() - pre_bc_sp) == depth,
err_msg_res("incorrect depth prediction: sp=%d, pre_bc_sp=%d, depth=%d", sp(), pre_bc_sp, depth));
do_exceptions();