зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1020800 - Check for correct thread after checking if GC is suppressed. (r=terrence)
This commit is contained in:
Родитель
f8895f4b71
Коммит
d387ebbf34
|
@ -736,11 +736,11 @@ CheckHashTablesAfterMovingGC(JSRuntime *rt)
|
|||
void
|
||||
js::Nursery::collect(JSRuntime *rt, JS::gcreason::Reason reason, TypeObjectList *pretenureTypes)
|
||||
{
|
||||
JS_AbortIfWrongThread(rt);
|
||||
|
||||
if (rt->mainThread.suppressGC)
|
||||
return;
|
||||
|
||||
JS_AbortIfWrongThread(rt);
|
||||
|
||||
if (!isEnabled())
|
||||
return;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче