Closed
Bug 1573503
Opened 6 years ago
Closed 6 years ago
Make assertions unconditional now we always collect all GC things at shutdown
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
References
Details
Attachments
(1 file)
Following on from bug 1407593 we should be able to make shutdown assertions unconditional and remove checking shutdownCollectedEverything().
| Assignee | ||
Comment 1•6 years ago
|
||
Now that we've made sure we always collect all GC things at shutdown we can remove the conditional assertions we had around cleanup.
Updated•6 years ago
|
Attachment #9085082 -
Attachment description: Bug 1573503 - Tighten JS engine shutdown assertions now GC things are always collected r?jandem → Bug 1573503 - Tighten JS engine shutdown assertions now GC things are always collected r=jandem
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/02a2756f2352
Tighten JS engine shutdown assertions now GC things are always collected r=jandem
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•