OSDN Git Service

ART: Remove bad FindSymbol call
authorAndreas Gampe <agampe@google.com>
Tue, 30 Jun 2015 18:23:44 +0000 (11:23 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 30 Jun 2015 18:30:08 +0000 (11:30 -0700)
commite54cd64e97e5626d685e858cd871db248dacf7ea
tree136457838f0cb4322ba02b57bb1a93869d17e375
parented40271dc6148252f6a0a810c59d3ff1cb9925ba
ART: Remove bad FindSymbol call

The removed call is superfluous under normal operation and harmful
when running a native-bridged library.

Bug: 22194296
Bug: https://code.google.com/p/android-developer-preview/issues/detail?id=2367

(cherry picked from commit 8fec90b421732b3eb278555f57aaf48fda4fa4ba)

Change-Id: I3eb8f435a6a974a3e87a370b254ba8752f2a59b3
runtime/java_vm_ext.cc