OSDN Git Service

ART: Don't attempt write flock if not zygote
authorAndreas Gampe <agampe@google.com>
Tue, 5 Apr 2016 17:26:42 +0000 (10:26 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 5 Apr 2016 21:10:37 +0000 (14:10 -0700)
commitacc1be3c215c1913eec783334f6a5e9af9286766
tree11e1efbb8bab15f15e6aa920ff229e9992fa2ee3
parent96de6c36efd328b3c5a7e4bb8f32ab340cce3efe
ART: Don't attempt write flock if not zygote

When loading an image, don't attempt a RDWR flock if the process
is not the zygote. The lock will be rejected as the process does
not have permission to write the file.

Bug: 28011897

(cherry picked from commit fff377b13469b8c84ce55ee20b10ca80a5a0813d)

Change-Id: I567934c4e9a9a13e9131711240e9ecfdd58b69f7
runtime/gc/space/image_space.cc