Closed
Bug 835385
Opened 13 years ago
Closed 13 years ago
GC: Fix for some jit test rooting analysis failures
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(2 files)
|
1.10 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
|
1.28 KB,
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
There seems to be a bunch of tests failing with rooting analysis failures, I think related to bug 834826.
This is a fix for the most obvious problem in jsfun.h.
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #707090 -
Flags: review?(terrence)
| Assignee | ||
Comment 2•13 years ago
|
||
As mentioned earlier. Moving the AutoEnterAnalysis before JS::ensureIonCompartmentExists() does the trick.
Attachment #707176 -
Flags: review?(wmccloskey)
Attachment #707176 -
Attachment is patch: true
Attachment #707176 -
Flags: review?(wmccloskey) → review+
Updated•13 years ago
|
Attachment #707090 -
Flags: review?(terrence) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/280f2844d296
https://hg.mozilla.org/mozilla-central/rev/719e2132cc42
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•