From 384c7861b27f6b5ded42a32ab7d14a48c987f515 Mon Sep 17 00:00:00 2001 From: Lokesh Gidra Date: Sun, 21 Nov 2021 11:45:19 -0800 Subject: Handle black allocations in concurrent mark-compact Test: art/test/testrunner/testrunner.py Bug: 160737021 Change-Id: I4ad6d090cbf87a9120bbc4aaf778a2e1b0d8ae6b --- runtime/mirror/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/mirror/object.h') diff --git a/runtime/mirror/object.h b/runtime/mirror/object.h index d83f3d6b00..97fc9385d4 100644 --- a/runtime/mirror/object.h +++ b/runtime/mirror/object.h @@ -653,7 +653,7 @@ class MANAGED LOCKABLE Object { template size_t VisitRefsForCompaction(const Visitor& visitor, MemberOffset begin, -- cgit v1.2.3-59-g8ed1b