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>
Mon, 18 Apr 2016 11:32:44 +0000 (12:32 +0100)
commit480d5108fa62f28cbc2e7072610f974953ff73a8
tree412e63bec412512b28cfb9bebcba7d9e8591fbe8
parentf59149a151ee694484e21da7b3b207920dead5a6
Fix interaction between instrumentation and jit lock.

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

bug:28236735

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