OSDN Git Service

Fix interaction between instrumentation and jit lock.
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 18 Apr 2016 11:09:30 +0000 (12:09 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Thu, 21 Apr 2016 20:44:44 +0000 (21:44 +0100)
commitc8a4f2c632afd44fc558aa37c98b9cf042b4bb5b
tree4a2af488051c08ec6445ba759e45a8977ea107da
parentd19dc4688b5b93f149d45435deb0a67217464e37
Fix interaction between instrumentation and jit lock.

The jit lock needs to have higher priority than the
deoptimized methods lock.

bug:28236735

(cherry picked from commit 480d5108fa62f28cbc2e7072610f974953ff73a8)

Change-Id: I6e5f8597c4ab88993f6a32a204383b766ff03e33
runtime/base/mutex.h
runtime/jit/jit.cc
runtime/jit/jit_code_cache.cc