OSDN Git Service

Don't use dlopen on host for already loaded oat files.
authorRichard Uhler <ruhler@google.com>
Tue, 24 May 2016 22:04:22 +0000 (15:04 -0700)
committerRichard Uhler <ruhler@google.com>
Wed, 25 May 2016 18:26:43 +0000 (11:26 -0700)
commita206c745dbb64b14f05c87891d425475c2f6d63a
treeb73c6dfa1f78d6605e71fab8a3e43fb484715647
parentd53208c8e7ca4b2e2d4070d8e67ec1ee078cee74
Don't use dlopen on host for already loaded oat files.

Because the behavior of dlopen on the host is different then the
target in that case, and it causes tests to fail.

Bug: 28826195

Change-Id: Id202bbac3318bade89a4133a9bcb1ee01e8b6182
runtime/base/mutex.cc
runtime/base/mutex.h
runtime/oat_file.cc
runtime/oat_file_manager.cc
runtime/oat_file_manager.h