diff options
Diffstat (limited to 'runtime/read_barrier.h')
-rw-r--r-- | runtime/read_barrier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/read_barrier.h b/runtime/read_barrier.h index 7232a3f..451d13c 100644 --- a/runtime/read_barrier.h +++ b/runtime/read_barrier.h @@ -39,7 +39,7 @@ class ReadBarrier { SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); template <typename MirrorType, ReadBarrierOption kReadBarrierOption = kWithReadBarrier> - ALWAYS_INLINE static MirrorType* BarrierForWeakRoot(MirrorType** weak_root) + ALWAYS_INLINE static MirrorType* BarrierForRoot(MirrorType** root) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); }; |