Revision: 13559
Author:   [email protected]
Date:     Wed Jan 30 07:50:09 2013
Log:      Initialize sweeper thread array with NULL.

BUG=

Review URL: https://codereview.chromium.org/12079076
http://code.google.com/p/v8/source/detail?r=13559

Modified:
 /branches/bleeding_edge/src/isolate.cc

=======================================
--- /branches/bleeding_edge/src/isolate.cc      Wed Jan 30 04:19:32 2013
+++ /branches/bleeding_edge/src/isolate.cc      Wed Jan 30 07:50:09 2013
@@ -1652,7 +1652,8 @@
       code_stub_interface_descriptors_(NULL),
       context_exit_happened_(false),
       deferred_handles_head_(NULL),
-      optimizing_compiler_thread_(this) {
+      optimizing_compiler_thread_(this),
+      sweeper_thread_(NULL) {
   TRACE_ISOLATE(constructor);

   memset(isolate_addresses_, 0,

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to