From fc0ed57a5f25d8a7b3fbf200224bd880ed05eff5 Mon Sep 17 00:00:00 2001 From: "Pechetty Sravani (xWF)" Date: Tue, 3 Sep 2024 05:20:26 +0000 Subject: Revert^3 "Object.clone() allocates more movable objects" This reverts commit 1956542906d0b128a86975af009ba4601d02129a. Reason for revert: Droid Monitor created revert due to this b/363849521. Change-Id: Ic56e46bc11b1fd696b82f29782a1d1735ee805a9 --- runtime/mirror/array.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/mirror/array.h') diff --git a/runtime/mirror/array.h b/runtime/mirror/array.h index 876fbf061b..7a0976ab48 100644 --- a/runtime/mirror/array.h +++ b/runtime/mirror/array.h @@ -50,7 +50,8 @@ class MANAGED Array : public Object { int32_t component_count, size_t component_size_shift, gc::AllocatorType allocator_type) - REQUIRES_SHARED(Locks::mutator_lock_) REQUIRES(!Roles::uninterruptible_); + REQUIRES_SHARED(Locks::mutator_lock_) + REQUIRES(!Roles::uninterruptible_); static ObjPtr CreateMultiArray(Thread* self, Handle element_class, -- cgit v1.2.3-59-g8ed1b