diff options
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 f2ba7d000c..2bae7e7dd1 100644 --- a/runtime/mirror/class.h +++ b/runtime/mirror/class.h @@ -467,7 +467,7 @@ class MANAGED Class final : public Object { bool IsPrimitiveArray() REQUIRES_SHARED(Locks::mutator_lock_); // Creates a raw object instance but does not invoke the default constructor. - template<bool kIsInstrumented, bool kCheckAddFinalizer = true> + template<bool kIsInstrumented = true, bool kCheckAddFinalizer = true> ALWAYS_INLINE ObjPtr<Object> Alloc(Thread* self, gc::AllocatorType allocator_type) REQUIRES_SHARED(Locks::mutator_lock_) REQUIRES(!Roles::uninterruptible_); |