commit | f3df7be92137facde077db49cbdfd48832d8f8af | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Thu Oct 27 15:37:02 2022 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Fri Oct 28 14:36:41 2022 +0000 |
tree | 66692ddb16e1373ef68ffe195cce32b1b3d53dfd | |
parent | a97ac761d69a6699a55cdb6cefd0a2b11e0aadf2 [diff] |
Fix one crash on deoptimization. When a full fragment deoptimization (using the deoptimization exception) happens on a call stack fragment which only has: art_quick_invoke_stub -> art_quick_to_interpreter_bridge We do not create a shadow frame. This wasn't expected by Thread::DeoptimizeWithDeoptimizationException. Test: 844-exception2 Change-Id: I55377356302fe5d9519af557bf3c0da97e893dc1