summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2018-02-28 13:05:15 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-02-28 13:05:15 +0000
commit878124c13b794900b0f5c437f52ac0f61538ab55 (patch)
tree3a6f5c80571454823b5048bd19bfe0ae4d44c5e4 /compiler/driver/compiler_driver.cc
parentc1e588927783c033f134c7a7f68135f7c4b5f01b (diff)
parentaf290318c31180148bab64038d66a6059a1a89d5 (diff)
Merge "Small documentation and stylistic changes."
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
-rw-r--r--compiler/driver/compiler_driver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc
index a6681ec1ef..8a604db59e 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -2678,7 +2678,7 @@ void CompilerDriver::InitializeClasses(jobject class_loader,
}
if (GetCompilerOptions().IsBootImage()) {
// Prune garbage objects created during aborted transactions.
- Runtime::Current()->GetHeap()->CollectGarbage(true);
+ Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references */ true);
}
}