summaryrefslogtreecommitdiff
path: root/runtime/gc/reference_queue.h
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-09 20:55:01 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-17 15:14:35 +0000
commit0a4ae19b18601966e6a87d889f6d52b2d1fd7cf3 (patch)
treefed431adc2c4c1fb63df44853231eea30f0e1b45 /runtime/gc/reference_queue.h
parent0f62043c1670cd365aba1894ad8046cdfc1c905d (diff)
Add visibility attributes in runtime/gc
Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: I34de0d083ec0bb476bb39cc31a2f64d15c80fe7b
Diffstat (limited to 'runtime/gc/reference_queue.h')
-rw-r--r--runtime/gc/reference_queue.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/gc/reference_queue.h b/runtime/gc/reference_queue.h
index 69f04d783a..d43eb347a9 100644
--- a/runtime/gc/reference_queue.h
+++ b/runtime/gc/reference_queue.h
@@ -23,6 +23,7 @@
#include "base/atomic.h"
#include "base/locks.h"
+#include "base/macros.h"
#include "base/timing_logger.h"
#include "jni.h"
#include "obj_ptr.h"
@@ -30,7 +31,7 @@
#include "runtime_globals.h"
#include "thread_pool.h"
-namespace art {
+namespace art HIDDEN {
class Mutex;