commit | 9d156d500801accee919b6d51e22d6ddcdcd4a05 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Thu Oct 06 17:44:26 2016 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Wed Oct 12 09:49:49 2016 -0700 |
tree | 92129562c0ba1673c660297f26444a4a2ad31459 | |
parent | 078483d4dfd049d5b3f192a99e2dfdc355e4754f [diff] [blame] |
Move Heap parameters to ObjPtr Deleted some unused object dumping code. Test: test-art-host Bug: 31113334 Change-Id: I747220caafe6679591fd4b361d7f50383a046164
diff --git a/runtime/entrypoints/quick/quick_jni_entrypoints.cc b/runtime/entrypoints/quick/quick_jni_entrypoints.cc index 7c7e2da..20fa0d8 100644 --- a/runtime/entrypoints/quick/quick_jni_entrypoints.cc +++ b/runtime/entrypoints/quick/quick_jni_entrypoints.cc
@@ -144,7 +144,7 @@ HandleWrapperObjPtr<mirror::Object> h_obj(hs.NewHandleWrapper(&o)); CheckReferenceResult(h_obj, self); } - VerifyObject(o.Ptr()); + VerifyObject(o); return o.Ptr(); }