Initialize sweeper thread array with NULL.
BUG= Review URL: https://codereview.chromium.org/12079076 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13559 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
e7420f65bc
commit
ba8a1dca66
@ -1652,7 +1652,8 @@ Isolate::Isolate()
|
|||||||
code_stub_interface_descriptors_(NULL),
|
code_stub_interface_descriptors_(NULL),
|
||||||
context_exit_happened_(false),
|
context_exit_happened_(false),
|
||||||
deferred_handles_head_(NULL),
|
deferred_handles_head_(NULL),
|
||||||
optimizing_compiler_thread_(this) {
|
optimizing_compiler_thread_(this),
|
||||||
|
sweeper_thread_(NULL) {
|
||||||
TRACE_ISOLATE(constructor);
|
TRACE_ISOLATE(constructor);
|
||||||
|
|
||||||
memset(isolate_addresses_, 0,
|
memset(isolate_addresses_, 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user