Chromium Code Reviews| Index: runtime/bin/process.cc |
| diff --git a/runtime/bin/process.cc b/runtime/bin/process.cc |
| index 3c345b724ca1949168aef7f5d70593b72207f4ab..9e3e14e7ae5d7f164e155bdf61dad7cfaaf90d04 100644 |
| --- a/runtime/bin/process.cc |
| +++ b/runtime/bin/process.cc |
| @@ -19,7 +19,7 @@ namespace bin { |
| // Global flag that is used to indicate that the VM should do a clean |
| // shutdown. |
| -bool do_vm_shutdown = true; |
| +bool do_vm_shutdown = false; |
| static const int kProcessIdNativeField = 0; |