OSDN Git Service

ART: Do not run verification under lock
authorAndreas Gampe <agampe@google.com>
Thu, 31 Mar 2016 02:52:58 +0000 (19:52 -0700)
committerAndreas Gampe <agampe@google.com>
Thu, 31 Mar 2016 22:53:18 +0000 (15:53 -0700)
commit884f3b83ed6b2a378535ac6b2be57d6b2e22de09
treefae5bf9593a1c347c612fce4c2bdecda9cfc66d8
parentfd9ac384741435902d4fc03034f4cbaafaa85780
ART: Do not run verification under lock

Do not hold the object lock for the duration of the verification.
Instead, use the kStatusVerifying indicator to wait, similar to
resolution.

Bug: 27924355
Change-Id: Ie831f47dd830756a1b7002ca9c792f8ff67570dc
runtime/class_linker.cc