OSDN Git Service

Revert "Basic obsolete methods support"
authorAlex Light <allight@google.com>
Thu, 15 Dec 2016 00:59:05 +0000 (00:59 +0000)
committerAlex Light <allight@google.com>
Thu, 15 Dec 2016 00:59:05 +0000 (00:59 +0000)
commitb81a9840b44480bfeacd74b8d9f51e06f295411d
treed79a3567b272b6eb4fb94d66a537cf92bef455db
parentd8936da27b792d1ca02e59c92456a1a53c7b9905
Revert "Basic obsolete methods support"

This reverts commit d8936da27b792d1ca02e59c92456a1a53c7b9905.

Reason for revert: Some sort of race in JIT

Change-Id: Ibb4e520bb0721d6d7aa2c841a52eb5baff07740e
39 files changed:
compiler/image_writer.h
runtime/art_method-inl.h
runtime/art_method.h
runtime/entrypoints/entrypoint_utils-inl.h
runtime/instrumentation.cc
runtime/instrumentation.h
runtime/interpreter/interpreter_common.h
runtime/jit/jit_code_cache.cc
runtime/jit/jit_code_cache.h
runtime/jit/profiling_info.h
runtime/mirror/dex_cache.h
runtime/openjdkjvmti/ti_redefine.cc
runtime/openjdkjvmti/ti_redefine.h
runtime/stack.cc
runtime/stack.h
test/914-hello-obsolescence/build [deleted file]
test/914-hello-obsolescence/expected.txt [deleted file]
test/914-hello-obsolescence/info.txt [deleted file]
test/914-hello-obsolescence/run [deleted file]
test/914-hello-obsolescence/src/Main.java [deleted file]
test/914-hello-obsolescence/src/Transform.java [deleted file]
test/915-obsolete-2/build [deleted file]
test/915-obsolete-2/expected.txt [deleted file]
test/915-obsolete-2/info.txt [deleted file]
test/915-obsolete-2/run [deleted file]
test/915-obsolete-2/src/Main.java [deleted file]
test/915-obsolete-2/src/Transform.java [deleted file]
test/916-obsolete-jit/build [deleted file]
test/916-obsolete-jit/expected.txt [deleted file]
test/916-obsolete-jit/info.txt [deleted file]
test/916-obsolete-jit/run [deleted file]
test/916-obsolete-jit/src/Main.java [deleted file]
test/916-obsolete-jit/src/Transform.java [deleted file]
test/Android.bp
test/Android.run-test.mk
test/common/stack_inspect.cc
test/etc/default-build
test/ti-agent/common_helper.cc
test/ti-agent/common_load.cc