diff options
Diffstat (limited to 'runtime/class_linker-inl.h')
-rw-r--r-- | runtime/class_linker-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/class_linker-inl.h b/runtime/class_linker-inl.h index fa971c4c2b..dba9b8fb48 100644 --- a/runtime/class_linker-inl.h +++ b/runtime/class_linker-inl.h @@ -200,7 +200,7 @@ inline ArtField* ClassLinker::ResolveField(uint32_t field_idx, ArtMethod* referr inline mirror::Object* ClassLinker::AllocObject(Thread* self) { return GetClassRoot(kJavaLangObject)->Alloc<true, false>( self, - Runtime::Current()->GetHeap()->GetCurrentAllocator()); + Runtime::Current()->GetHeap()->GetCurrentAllocator()).Ptr(); } template <class T> |