commit | f0baee0a2cb40204c97b4e4b122e8ba3cc1163bb | [log] [tgz] |
---|---|---|
author | Rickard Backman <rickard.backman@oracle.com> | Wed May 14 20:44:33 2014 +0200 |
committer | Staffan Larsen <sla@openjdk.org> | Wed May 14 20:44:33 2014 +0200 |
tree | 5d5d5a6cef7ee1a3a8728aa667a91feeeb920049 | |
parent | ac6a099ed750caf304a01e07a071860852b1ff34 [diff] |
8041934: com/sun/jdi/RepStep.java fails in RT_Baseline on all platforms with assert(_cur_stack_depth == count_frames()) failed: cur_stack_depth out of sync Missing call to jvmti_method_exit from native wrapper code Reviewed-by: twisti, dcubed, sspitsyn