summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2015-12-10 12:57:56 -0800
committer android-build-merger <android-build-merger@google.com> 2015-12-10 12:57:56 -0800
commit6e0e9c77b0b6109605eef6e5ea2c2b3de30a6ffc (patch)
tree915f20fcccc2590f62c70b6e32ac0f56e30a50b5 /compiler/driver/compiler_driver.cc
parentc8d821593b753bd39c71fbf091ceaf14dd962f9f (diff)
parent34760f9a97e6a1733edfca1b13199f749106a30f (diff)
Merge "ART: Refactor verifier callbacks"
am: 34760f9a97 * commit '34760f9a97e6a1733edfca1b13199f749106a30f': 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) ==