summaryrefslogtreecommitdiff
path: root/runtime/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/debugger.h')
-rw-r--r--runtime/debugger.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/debugger.h b/runtime/debugger.h
index 33444f829c..1dbf8bec51 100644
--- a/runtime/debugger.h
+++ b/runtime/debugger.h
@@ -709,7 +709,8 @@ class Dbg {
return gRegistry;
}
- static JDWP::JdwpTag TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o)
+ static JDWP::JdwpTag TagFromObject(const ScopedObjectAccessUnchecked& soa,
+ ObjPtr<mirror::Object> o)
REQUIRES_SHARED(Locks::mutator_lock_);
static JDWP::JdwpTypeTag GetTypeTag(ObjPtr<mirror::Class> klass)