summaryrefslogtreecommitdiff
path: root/runtime/openjdkjvmti/transform.h
diff options
context:
space:
mode:
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,