Revision: 15726
Author:   [email protected]
Date:     Wed Jul 17 08:21:22 2013
Log:      Fix gc stress builder.

BUG=
[email protected]

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

Modified:
 /branches/bleeding_edge/test/cctest/test-heap.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-heap.cc Mon Jul 15 08:12:16 2013 +++ /branches/bleeding_edge/test/cctest/test-heap.cc Wed Jul 17 08:21:22 2013
@@ -1948,7 +1948,7 @@

   // Verify that only dead prototype transitions are cleared.
   CHECK_EQ(10, baseObject->map()->NumberOfProtoTransitions());
-  HEAP->CollectAllGarbage(Heap::kNoGCFlags);
+  HEAP->CollectAllGarbage(Heap::kAbortIncrementalMarkingMask);
   const int transitions = 10 - 3;
   CHECK_EQ(transitions, baseObject->map()->NumberOfProtoTransitions());

--
--
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