diff options
Diffstat (limited to 'runtime/gc/heap_verification_test.cc')
-rw-r--r-- | runtime/gc/heap_verification_test.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/gc/heap_verification_test.cc b/runtime/gc/heap_verification_test.cc index 789a8e398f..a7583fe7f1 100644 --- a/runtime/gc/heap_verification_test.cc +++ b/runtime/gc/heap_verification_test.cc @@ -33,7 +33,9 @@ namespace gc { class VerificationTest : public CommonRuntimeTest { protected: - VerificationTest() {} + VerificationTest() { + use_boot_image_ = true; // Make the Runtime creation cheaper. + } template <class T> ObjPtr<mirror::ObjectArray<T>> AllocObjectArray(Thread* self, size_t length) |