summaryrefslogtreecommitdiff
path: root/runtime/openjdkjvmti/transform.h
diff options
context:
space:
mode:
author Alex Light <allight@google.com> 2016-12-02 11:40:56 -0800
committer Alex Light <allight@google.com> 2016-12-02 14:17:16 -0800
commit1e07ca6d50d35abc70ed5c72025ec8f48ae01f25 (patch)
treeb56db69c12b4a1b474ca451175fd8fc86647c310 /runtime/openjdkjvmti/transform.h
parent75d564e45061e1a9d28a89d3c8fa60af04ef28a8 (diff)
Cleanup of redefinition testing
Move redefine logic into a single common function and perform some other cleanup. Test: mma -j40 test-art-host Change-Id: I8618bda4f392b683ce198374066e356b87578e7b
Diffstat (limited to 'runtime/openjdkjvmti/transform.h')
-rw-r--r--runtime/openjdkjvmti/transform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/openjdkjvmti/transform.h b/runtime/openjdkjvmti/transform.h
index 35b990b976..0ad5099daf 100644
--- a/runtime/openjdkjvmti/transform.h
+++ b/runtime/openjdkjvmti/transform.h
@@ -41,6 +41,8 @@
namespace openjdkjvmti {
+jvmtiError GetClassLocation(ArtJvmTiEnv* env, jclass klass, /*out*/std::string* location);
+
// Gets the data surrounding the given class.
jvmtiError GetTransformationData(ArtJvmTiEnv* env,
jclass klass,