Closed Bug 1530583 Opened 5 years ago Closed 5 years ago

Fix rounding code in nursery size calculations

Categories

(Core :: JavaScript Engine, enhancement, P1)

enhancement

Tracking

()

RESOLVED DUPLICATE of bug 1528159

People

(Reporter: pbone, Assigned: pbone)

References

Details

(Keywords: regression)

Since Bug 1433007 we now track nursery size in bytes, but we also round it up/down in various ways and it's now possible with gcparam('maxNurseryBytes', 1024 * 1024) - which should be completely legal - to round the nursery up to 2MB and hit assertion failures.

Blocks: 1528159

So I thought that this would be orthogonal to Bug 1528159 - they are different problems. However they depend on each other tightly and it's just going to be easier have a single bug with more patches.

Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Component: JavaScript: GC → JavaScript Engine
You need to log in before you can comment on or make changes to this bug.