Revision: 12984
Author: [email protected]
Date: Fri Nov 16 02:33:57 2012
Log: Disable InstanceOfStubWriteBarrier in some cases.
This disables the above regression test when run with forced marking
deque overflows (which is implicitly enabled by --stress-compaction).
[email protected]
TEST=cctest/test-heap/InstanceOfStubWriteBarrier
Review URL: https://codereview.chromium.org/11417026
http://code.google.com/p/v8/source/detail?r=12984
Modified:
/branches/bleeding_edge/test/cctest/test-heap.cc
=======================================
--- /branches/bleeding_edge/test/cctest/test-heap.cc Thu Nov 15 05:31:27
2012
+++ /branches/bleeding_edge/test/cctest/test-heap.cc Fri Nov 16 02:33:57
2012
@@ -1733,6 +1733,7 @@
InitializeVM();
if (!i::V8::UseCrankshaft()) return;
+ if (i::FLAG_force_marking_deque_overflows) return;
v8::HandleScope outer_scope;
{
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev