diff options
| author | 2023-07-21 09:59:22 +0000 | |
|---|---|---|
| committer | 2023-07-25 15:11:43 +0000 | |
| commit | b2777b10fd9d5eb494488251b01ad6e24f870f75 (patch) | |
| tree | c8d8babb3e6e1453dd298292b159638f3f874166 /compiler/export/jit_create.h | |
| parent | 516d3191e9a3213fe5233f213953c4a8eeddad49 (diff) | |
Ensure flip function is executed before another thread accesses stack
Currently, it's possible that some thread running checkpoint or
Thread::GetPeerFromOtherThread accesses another thread's thread-local
data structures while the flip function is pending. This would result in
accessing from-space referenes.
Test: art/test/testrunner/testrunner.py --host
Bug: 263557041
Change-Id: Ib79fe7155f1e1345c72aa39f2a6eb742ed1265f1
Diffstat (limited to 'compiler/export/jit_create.h')
0 files changed, 0 insertions, 0 deletions