summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
author Sebastien Hertz <shertz@google.com> 2015-03-03 13:39:30 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-03-03 13:39:31 +0000
commit775f1d4096efce112a3bd1e5897c84f898c5f7ce (patch)
tree44fbce76fdc2114947032cac69ad82aa93aee85c /compiler/driver/compiler_driver.cc
parentcd93415651b7295d0bda1d37ef72ee99ba953c67 (diff)
parentbd9cf9f6bbf285ec7a5b74ce655a9e68e0f6e434 (diff)
Merge "Follow-up 128393"
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
-rw-r--r--compiler/driver/compiler_driver.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc
index 90e63e9674..029fd46067 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -1970,8 +1970,7 @@ static void InitializeClass(const ParallelCompilationManager* manager, size_t cl
if (!success) {
CHECK(soa.Self()->IsExceptionPending());
- ThrowLocation throw_location;
- mirror::Throwable* exception = soa.Self()->GetException(&throw_location);
+ mirror::Throwable* exception = soa.Self()->GetException(nullptr);
VLOG(compiler) << "Initialization of " << descriptor << " aborted because of "
<< exception->Dump();
std::ostream* file_log = manager->GetCompiler()->