commit | 790d7eb698c42fdd882768ae333a59c01af61d51 | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Wed Nov 25 19:15:23 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Nov 25 19:15:23 2015 +0000 |
tree | a3a2ae92982142ca787b5da86168fbe7c2cab941 | |
parent | 685af12dab9c6927d94310376ebac79f1afa2095 [diff] | |
parent | 2c6ca2b0e948cf642bf03645ca188f775e7218e3 [diff] |
Merge "Fix jit profile saving flags."
diff --git a/runtime/jit/jit.cc b/runtime/jit/jit.cc index 4660426..27a0e2d 100644 --- a/runtime/jit/jit.cc +++ b/runtime/jit/jit.cc
@@ -81,7 +81,7 @@ return nullptr; } jit->offline_profile_info_.reset(nullptr); - if (true) { + if (options->GetSaveProfilingInfo()) { jit->offline_profile_info_.reset(new OfflineProfilingInfo()); } LOG(INFO) << "JIT created with initial_capacity="