OSDN Git Service

Prevent stubs from being installed in java.lang.reflect.Proxy.<init>.
authorJeff Hao <jeffhao@google.com>
Fri, 15 Aug 2014 00:18:52 +0000 (17:18 -0700)
committerJeff Hao <jeffhao@google.com>
Fri, 15 Aug 2014 17:03:47 +0000 (17:03 +0000)
commit95b4c65da93500cdbdcaa3e01010771ef3f466f1
treeead842c80ed3f35002c217eda7d308512838da87
parent4bf8d11df5dccc1b276cd9c40a98e8a14d79a9c8
Prevent stubs from being installed in java.lang.reflect.Proxy.<init>.

This CL is a better fix for proxy tracing and undoes the changes in
https://android-review.googlesource.com/#/c/103025/

Bug: 16386215

(cherry picked from commit db8a664e0b68c7c4d36270cd21dce8de1912d7f9)

Change-Id: Ic9e0ea2af7cb2da5d90c56aa009de92dba14cc47
build/Android.gtest.mk
runtime/class_linker.cc
runtime/common_runtime_test.cc
runtime/common_runtime_test.h
runtime/instrumentation.cc
runtime/proxy_test.cc