OSDN Git Service

Revert "Implement RetransformClasses"
authorAlex Light <allight@google.com>
Thu, 19 Jan 2017 23:00:21 +0000 (23:00 +0000)
committerAlex Light <allight@google.com>
Thu, 19 Jan 2017 23:00:21 +0000 (23:00 +0000)
commit52a2db50b76f2b981d21d5508c3d9e8ab4c5fe93
tree4cc89efe98ddc6ef0421405affafce95c5aabae2
parenta6c5e97a4395352bc8684e6af9cecb62b80c316c
Revert "Implement RetransformClasses"

This reverts commit a6c5e97a4395352bc8684e6af9cecb62b80c316c.

Reason for revert: Accidently introduces double-free bug in RedefineClasses.

Change-Id: I021336c4fcf0cfb304915b0ffc5eaba5f91fdd5e
21 files changed:
runtime/openjdkjvmti/OpenjdkJvmTi.cc
runtime/openjdkjvmti/art_jvmti.h
runtime/openjdkjvmti/events-inl.h
runtime/openjdkjvmti/events.h
runtime/openjdkjvmti/ti_redefine.cc
runtime/openjdkjvmti/ti_redefine.h
runtime/openjdkjvmti/transform.cc
runtime/openjdkjvmti/transform.h
test/921-hello-failure/expected.txt
test/921-hello-failure/src/Main.java
test/921-hello-failure/src/MultiRetrans.java [deleted file]
test/930-hello-retransform/build [deleted file]
test/930-hello-retransform/expected.txt [deleted file]
test/930-hello-retransform/info.txt [deleted file]
test/930-hello-retransform/run [deleted file]
test/930-hello-retransform/src/Main.java [deleted file]
test/930-hello-retransform/src/Transform.java [deleted file]
test/Android.run-test.mk
test/ti-agent/common_helper.cc
test/ti-agent/common_helper.h
test/ti-agent/common_load.cc