summaryrefslogtreecommitdiff
path: root/runtime/openjdkjvmti/heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/openjdkjvmti/heap.h')
-rw-r--r--runtime/openjdkjvmti/heap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/openjdkjvmti/heap.h b/runtime/openjdkjvmti/heap.h
index fb9a2164ae..b6becb97bb 100644
--- a/runtime/openjdkjvmti/heap.h
+++ b/runtime/openjdkjvmti/heap.h
@@ -28,6 +28,8 @@ class HeapUtil {
explicit HeapUtil(ObjectTagTable* tags) : tags_(tags) {
}
+ jvmtiError GetLoadedClasses(jvmtiEnv* env, jint* class_count_ptr, jclass** classes_ptr);
+
jvmtiError IterateThroughHeap(jvmtiEnv* env,
jint heap_filter,
jclass klass,