mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 11:27:49 +00:00
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:
parent
cb8565452a
commit
46358192d8
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user