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 16:38:52 +0000 (09:38 -0700)
commitdb8a664e0b68c7c4d36270cd21dce8de1912d7f9
tree3f7fcf610d2de28159cf77ab8e190e18a072e979
parent37f048b19da5ac245a6b2a8473b326d2167cc692
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/

Change-Id: Ie82bb49f07774bd08a6720ddbe5b1f8ee9363acf
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