Closed
Bug 1659561
Opened 4 years ago
Closed 4 years ago
CacheIRHealth report ends entries list in the wrong place.
Categories
(Core :: JavaScript Engine: JIT, defect, P2)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: caroline, Assigned: caroline)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In CacheIRHealth::rateMyCacheIR it is necessary to check for a jitScript and if a jitScript exists then spew for existing IC entries. The list of JSON-ified entries begins inside the check for a jitScript, yet ends outside this conditional. An issue would arise if a script did not have a jitScript, there would be an extra endList call.
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D87343
Pushed by ccullen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7a6c00e64014
End CacheIRHealth report entries list in the correct spot. r=mgaudet
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•