OSDN Git Service

Revert "Add basic checks for redefinition."
authorNicolas Geoffray <ngeoffray@google.com>
Tue, 10 Jan 2017 08:58:44 +0000 (08:58 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Tue, 10 Jan 2017 09:00:11 +0000 (09:00 +0000)
commitf9d41c1d269f3031c0a89e34fc4a04303e186958
tree2fa31602bc18dd28fa9f036d5345e3da7575979e
parenta82de09e6d1d54ec7381efdf226a289a1ff0504d
Revert "Add basic checks for redefinition."

Test fails.

This reverts commit 10f02fb4f026c493c69b21d4ec7c3096970357e1.

Change-Id: I21abfff0d7cd4ec840447f19819b7859b90f45b2
20 files changed:
runtime/openjdkjvmti/OpenjdkJvmTi.cc
runtime/openjdkjvmti/ti_redefine.cc
runtime/openjdkjvmti/ti_redefine.h
test/921-hello-failure/build [deleted file]
test/921-hello-failure/expected.txt [deleted file]
test/921-hello-failure/info.txt [deleted file]
test/921-hello-failure/run [deleted file]
test/921-hello-failure/src/DifferentAccess.java [deleted file]
test/921-hello-failure/src/Iface1.java [deleted file]
test/921-hello-failure/src/Iface2.java [deleted file]
test/921-hello-failure/src/Iface3.java [deleted file]
test/921-hello-failure/src/Main.java [deleted file]
test/921-hello-failure/src/MissingInterface.java [deleted file]
test/921-hello-failure/src/NewInterface.java [deleted file]
test/921-hello-failure/src/NewName.java [deleted file]
test/921-hello-failure/src/ReorderInterface.java [deleted file]
test/921-hello-failure/src/Transform.java [deleted file]
test/921-hello-failure/src/Transform2.java [deleted file]
test/ti-agent/common_helper.cc
test/ti-agent/common_load.cc