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)

defect

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.

Pushed by ccullen@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/7a6c00e64014 End CacheIRHealth report entries list in the correct spot. r=mgaudet
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: