mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8005418: JSR 292: virtual dispatch bug in 292 impl
Reviewed-by: jrose, kvn
This commit is contained in:
parent
38c81fb411
commit
a55305503e
5 changed files with 102 additions and 75 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue