diff options
author | 2016-12-02 11:40:56 -0800 | |
---|---|---|
committer | 2016-12-02 14:17:16 -0800 | |
commit | 1e07ca6d50d35abc70ed5c72025ec8f48ae01f25 (patch) | |
tree | b56db69c12b4a1b474ca451175fd8fc86647c310 /runtime/openjdkjvmti/transform.h | |
parent | 75d564e45061e1a9d28a89d3c8fa60af04ef28a8 (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.h | 2 |
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, |