diff options
Diffstat (limited to 'src/compiler/driver/compiler_driver.cc')
-rw-r--r-- | src/compiler/driver/compiler_driver.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/driver/compiler_driver.cc b/src/compiler/driver/compiler_driver.cc index f08e6297ef..9595ad9019 100644 --- a/src/compiler/driver/compiler_driver.cc +++ b/src/compiler/driver/compiler_driver.cc @@ -1216,7 +1216,7 @@ static void VerifyClass(const ParallelCompilationManager* manager, size_t class_ if (verifier::MethodVerifier::VerifyClass(manager->GetDexFile(), dex_cache, soa.Decode<mirror::ClassLoader*>(manager->GetClassLoader()), - class_def_index, error_msg) == + class_def_index, error_msg, true) == verifier::MethodVerifier::kHardFailure) { const DexFile::ClassDef& class_def = manager->GetDexFile()->GetClassDef(class_def_index); LOG(ERROR) << "Verification failed on class " |