Add back call to BitArray::ClearAll (#7779)
authorJan Kotas <jkotas@microsoft.com>
Mon, 24 Oct 2016 22:16:12 +0000 (15:16 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Oct 2016 22:16:12 +0000 (15:16 -0700)
src/gcinfo/gcinfoencoder.cpp

index 716b3ae..a54be96 100644 (file)
@@ -1352,6 +1352,7 @@ void GcInfoEncoder::Build()
     // Find out which slots are really used
     ///////////////////////////////////////////////////////////////////
 
+    couldBeLive.ClearAll();
     
 #ifdef PARTIALLY_INTERRUPTIBLE_GC_SUPPORTED
     if(m_NumCallSites)