diff options
| author | 2016-06-13 23:11:33 +0000 | |
|---|---|---|
| committer | 2016-06-13 23:11:33 +0000 | |
| commit | ece5386eeb30aa6be663af2416b68a7ebf9bd42e (patch) | |
| tree | 6a951fc8c1a2358591327d107828d7d48ee47ea4 /runtime/mirror/class.h | |
| parent | 614968198625a6693666bdc1e5609e2f663f5638 (diff) | |
| parent | 7a62e6728463237684d3d9834d81bd7bba7ab197 (diff) | |
Merge "Propagate the read barrier option to Class::VisitNativeRoots."
Diffstat (limited to 'runtime/mirror/class.h')
| -rw-r--r-- | runtime/mirror/class.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/mirror/class.h b/runtime/mirror/class.h index 8c20fa680f..5235a3e8df 100644 --- a/runtime/mirror/class.h +++ b/runtime/mirror/class.h @@ -1156,7 +1156,7 @@ class MANAGED Class FINAL : public Object { // Visit native roots visits roots which are keyed off the native pointers such as ArtFields and // ArtMethods. - template<class Visitor> + template<ReadBarrierOption kReadBarrierOption = kWithReadBarrier, class Visitor> void VisitNativeRoots(Visitor& visitor, size_t pointer_size) SHARED_REQUIRES(Locks::mutator_lock_); |