Closed
Bug 830589
Opened 13 years ago
Closed 13 years ago
GC: ParallelArrayObject::toStringBuffer |elem| is not rooted
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: terrence, Unassigned)
References
Details
The following test is failing in root analysis builds:
parallelarray/constructor-4.js
Comment 1•13 years ago
|
||
The C++ implementation will be ripped out Real Soon. The removal patch is r+d and ready to go: bug 826420. I didn't want a period of time where the ParallelArray constructor just disappeared, so it has not been removed yet until the new patches are ready.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 2•13 years ago
|
||
Sadly, TBPL will still be orange unless we work around this somehow. It should be a one-liner, so I'll try to get around to it today.
Assignee: general → terrence
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
| Reporter | ||
Updated•13 years ago
|
Assignee: terrence → general
| Reporter | ||
Comment 3•13 years ago
|
||
The jit-tests are green now.
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•