commit | 21f2c60d69937cccb62d0db4a8e47f24d9ce78f5 | [log] [tgz] |
---|---|---|
author | Mythri Alle <mythria@google.com> | Mon Oct 31 17:18:01 2022 +0000 |
committer | Mythri Alle <mythria@google.com> | Tue Nov 01 09:39:09 2022 +0000 |
tree | def29d108450edd3f75de66b3acacc1de0b41969 | |
parent | 9fa3b7c2c12e7b61ffc36a94cf29cc3a118cfa51 [diff] |
Only check for should_deoptimize_flag if there was a redefinition We only need to check for the deoptimize flag on stack when a redefinition has happened. After a redefinition we cannot use any JITed code and hence we need to check if we need to deoptimize a particular frame even when the method isn't marked for deoptimization. In all other cases it isn't really required to check this bit. Bug: 253232638 Test: art/test.py Change-Id: Ib7192db004347d407ec55454b4de040d300d3280