summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2015-12-10 20:50:26 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-12-10 20:50:26 +0000
commit34760f9a97e6a1733edfca1b13199f749106a30f (patch)
tree915f20fcccc2590f62c70b6e32ac0f56e30a50b5 /compiler/driver/compiler_driver.cc
parenta1b21219dbed80f8812611968b624ba8644781e3 (diff)
parent53e32d14d7a51198c6ef09120c15bafdd1d055c2 (diff)
Merge "ART: Refactor verifier callbacks"
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
-rw-r--r--compiler/driver/compiler_driver.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc
index a05105b84e..82af541765 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -2037,6 +2037,7 @@ class VerifyClassVisitor : public CompilationVisitor {
dex_cache,
class_loader,
&class_def,
+ Runtime::Current()->GetCompilerCallbacks(),
true /* allow soft failures */,
true /* log hard failures */,
&error_msg) ==