summaryrefslogtreecommitdiff
path: root/test/008-exceptions/src/MultiDexBadInit.java
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2016-06-01 10:48:19 -0700
committerMathieu Chartier <mathieuc@google.com>2016-06-01 14:27:42 -0700
commitfe179c2b28b3d9edbaa6549cb829ebd3ddce8c4f (patch)
tree731a7f0f331b01d8b01ccf57a359836690a31104 /test/008-exceptions/src/MultiDexBadInit.java
parentaec92c397e73b74187c8d517f6cf439ba6147f4d (diff)
Fix race with host_dlopen_handles_
Thread 1 opens an already opened oat file. Thread 2 dlcloses the oat file and removes it from host_dlopen_handles_. Thread 1 checks that it is not already in host_dlopen_handles_ and proceeds to return the oat file. The problem now is that the BSS is not cleared since it is the same oat file that was opened earlier. The fix is to just hold the lock for dlopen / dlclose. This only affects contention on host. Bug: 28992179 Bug: 28990799 Bug: 28826195 (cherry picked from commit c7d3f4b8c294f36209ea2c129f9714a36ae1ec6b) Change-Id: Ib462720fab26427d8ca0c6323080604878edb8b5
Diffstat (limited to 'test/008-exceptions/src/MultiDexBadInit.java')
0 files changed, 0 insertions, 0 deletions