diff options
author | 2021-12-02 17:45:50 +0000 | |
---|---|---|
committer | 2021-12-03 10:04:59 +0000 | |
commit | 2a0ad757164ecaae09b07a0343b7e10df1552b93 (patch) | |
tree | 8f12e455b56668ea43efa4e516e0a2817defa2aa /compiler/optimizing/instruction_builder.h | |
parent | 9c970b906a0971ea286a2df349c4d157fc349639 (diff) |
Don't call MethodExitEvent if we require a deopt in MethodExitHook
With the change to method entry / exit hooks to be directly called
from JITed code we deoptimize from artMethodExitHook. Since we are
still in the Jited code, interpreter re-executes the return
instruction and calls any method exit events required. Hence, we
shouldn't call MethodExitEvent if we require a deoptimization.
Test: art/test.py
Bug: 208587492
Change-Id: Iefe29cb3b7cb8db394b3eb9ca100af1462687089
Diffstat (limited to 'compiler/optimizing/instruction_builder.h')
0 files changed, 0 insertions, 0 deletions