| Index: runtime/bin/gen_snapshot.cc
|
| diff --git a/runtime/bin/gen_snapshot.cc b/runtime/bin/gen_snapshot.cc
|
| index ea9f3d7bf0a1b4e4fe823668825ca9a898367c6b..f1f7e2ccce523dceb6c378e32ff682cbe7ece425 100644
|
| --- a/runtime/bin/gen_snapshot.cc
|
| +++ b/runtime/bin/gen_snapshot.cc
|
| @@ -1014,10 +1014,7 @@ int main(int argc, char** argv) {
|
| TimerUtils::InitOnce();
|
| EventHandler::Start();
|
|
|
| -#if !defined(PRODUCT)
|
| - // Constant true in PRODUCT mode.
|
| vm_options.AddArgument("--load_deferred_eagerly");
|
| -#endif
|
|
|
| if (IsSnapshottingForPrecompilation()) {
|
| vm_options.AddArgument("--precompilation");
|
|
|