Backed out changeset 14f0326f6c77 (bug 1032750) for Android 2.3 Armv6 Opt JSReftest 2 Test failure on a CLOSED TREE

This commit is contained in:
Carsten "Tomcat" Book 2014-07-02 15:48:59 +02:00
parent cb8565452a
commit 46358192d8

View File

@ -4477,9 +4477,9 @@ GCRuntime::endSweepPhase(JSGCInvocationKind gckind, bool lastGC)
}
for (ZonesIter zone(rt, WithAtoms); !zone.done(); zone.next()) {
zone->setGCLastBytes(zone->gcBytes, gckind);
if (zone->isCollecting()) {
JS_ASSERT(zone->isGCFinished());
zone->setGCLastBytes(zone->gcBytes, gckind);
zone->setGCState(Zone::NoGC);
}