OSDN Git Service

oat_file_manager: Avoid global collision check.
authorNarayan Kamath <narayan@google.com>
Fri, 28 Apr 2017 09:19:29 +0000 (10:19 +0100)
committerCalin Juravle <calin@google.com>
Fri, 28 Apr 2017 17:55:57 +0000 (10:55 -0700)
commitade165ccf61fcf1b5fa102a9b545433259591833
tree300b5c09d33dee0c128aab07b65b0bef834f5ac8
parentbb0009cef5c7741839ca4a4a2ff05bfb59f167e9
oat_file_manager: Avoid global collision check.

Avoid the global collision check in case we encounter a classloader
that we don't recognize. This seems overly conservative. Instead, trust
that the classloader does the right thing.

Bug: 36480683
Bug: 37777332

Test: make test-art-host
Test: manual testing

(cherry picked from commit 04aa213e96c1095e8d1e07cbc426d009777de241)

Change-Id: I45ca1a12c14ba303bd27e9463e612f7c73c778ec
runtime/oat_file_manager.cc