Fixed d8 shutdown.

It is crucial that the Isolate is cleanly disposed, otherwise the
optimizing compiler thread happily continues to run.

R=yangguo@chromium.org

Review URL: https://codereview.chromium.org/274093002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21214 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
svenpanne@chromium.org 2014-05-09 11:29:29 +00:00
parent 9d9ecb9ec8
commit a43c48c4ad

View File

@ -1723,6 +1723,7 @@ int Shell::Main(int argc, char* argv[]) {
RunShell(isolate);
}
}
isolate->Dispose();
V8::Dispose();
OnExit();