OSDN Git Service

Revert^6 "Make class redefinition work with native methods on stack."
authorAlex Light <allight@google.com>
Tue, 14 Feb 2017 15:31:45 +0000 (15:31 +0000)
committerAlex Light <allight@google.com>
Tue, 14 Feb 2017 17:28:19 +0000 (09:28 -0800)
commiteee0bd448ec057d3f224895ddb868786758eeb5b
tree32283e1b1ccb97bced2999a364cf21361c8d07ac
parent02b2349b1cd2a78e86b1a7542f8330e6c3aaeb35
Revert^6 "Make class redefinition work with native methods on stack."

We were incorrectly trying to obtain the profiling information of a
native method.

This reverts commit 02b2349b1cd2a78e86b1a7542f8330e6c3aaeb35.

Reason for revert: Fixed test failure with jit configurations

Test: ART_TEST_JIT=true mma -j40 test-art-host

Change-Id: Ic7112104aec64e597d2df80db5dc2a505d2cc2dd
15 files changed:
runtime/art_method.cc
runtime/art_method.h
runtime/jit/jit_code_cache.cc
runtime/openjdkjvmti/ti_redefine.cc
runtime/openjdkjvmti/ti_redefine.h
runtime/stack.cc
test/945-obsolete-native/build [new file with mode: 0755]
test/945-obsolete-native/expected.txt [new file with mode: 0644]
test/945-obsolete-native/info.txt [new file with mode: 0644]
test/945-obsolete-native/obsolete_native.cc [new file with mode: 0644]
test/945-obsolete-native/run [new file with mode: 0755]
test/945-obsolete-native/src/Main.java [new file with mode: 0644]
test/945-obsolete-native/src/Transform.java [new file with mode: 0644]
test/Android.bp
test/ti-agent/common_load.cc