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:25:14 +0000 (11:25 -0700)
commit8fec90b421732b3eb278555f57aaf48fda4fa4ba
treea4cde4508f636af01b7b5aa092a25de32cf2cad4
parentd3af34808d938bf4fb3ec95bfe0d4fa440ccdb95
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
Change-Id: I3eb8f435a6a974a3e87a370b254ba8752f2a59b3
runtime/java_vm_ext.cc