diff options
Diffstat (limited to 'runtime/mirror/class_ext.h')
-rw-r--r-- | runtime/mirror/class_ext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/mirror/class_ext.h b/runtime/mirror/class_ext.h index 8fbbf5c2e1..70bea33c1f 100644 --- a/runtime/mirror/class_ext.h +++ b/runtime/mirror/class_ext.h @@ -72,7 +72,7 @@ class MANAGED ClassExt : public Object { REQUIRES_SHARED(Locks::mutator_lock_); // Extend the obsolete arrays by the given amount. - bool ExtendObsoleteArrays(Thread* self, uint32_t increase) + static bool ExtendObsoleteArrays(Handle<ClassExt> h_this, Thread* self, uint32_t increase) REQUIRES_SHARED(Locks::mutator_lock_); template<ReadBarrierOption kReadBarrierOption = kWithReadBarrier, class Visitor> |