summaryrefslogtreecommitdiff
path: root/test/ProfileTestMultiDex/Main.java
diff options
context:
space:
mode:
authorSebastien Hertz <shertz@google.com>2014-09-18 16:03:34 +0200
committerSebastien Hertz <shertz@google.com>2014-09-23 10:16:48 +0200
commit4d6e48392771467b9e37fdeb32479ca29bf9c691 (patch)
tree826290b74f4ddee4aeb472bf6d1ecd0129e64859 /test/ProfileTestMultiDex/Main.java
parent344f4145bdff3c4123d8a1808964ea9761a9edc4 (diff)
Do not hold breakpoint lock when running the verifier
When setting a breakpoint, we need to know whether the method may be inlined. We run the method verifier but that may cause thread suspension. Therefore we must not hold any lock at this time. The issue is we do hold the breakpoint lock so we fails a check in debug mode. This CL ensures we don't hold the breakpoint lock when running the method verifier to detect inlining. Bug: 17562442 (cherry picked from commit 4d1e9ab57e4c822e8e678b1d0c1d6ad2abfa9b3e) Change-Id: I6daae91e3e82f41006f29959a5c6c0ec0a88194e
Diffstat (limited to 'test/ProfileTestMultiDex/Main.java')
0 files changed, 0 insertions, 0 deletions