summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2015-12-10 23:55:43 +0000
committer android-build-merger <android-build-merger@google.com> 2015-12-10 23:55:43 +0000
commite8f3f4ee29de6951a02d5a3c1c4204584eb1e2a3 (patch)
tree8b7c600cdf85b0685da6bb99722af0119630d0b5 /compiler/driver/compiler_driver.cc
parent4d4a00623998c4fcc13175d248790c3c6ce9bb6b (diff)
parent6e0e9c77b0b6109605eef6e5ea2c2b3de30a6ffc (diff)
Merge "ART: Refactor verifier callbacks" am: 34760f9a97
am: 6e0e9c77b0 * commit '6e0e9c77b0b6109605eef6e5ea2c2b3de30a6ffc': 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) ==