Bug 1857730 - Relax nursery poisioning assertion r=sfink
commitbccbf4cce20f62773a583efeead80115edf782f7
authorJon Coppeard <jcoppeard@mozilla.com>
Tue, 10 Oct 2023 15:05:55 +0000 (10 15:05 +0000)
committerJon Coppeard <jcoppeard@mozilla.com>
Tue, 10 Oct 2023 15:05:55 +0000 (10 15:05 +0000)
tree43e1d8f57858fb1bb076c40bdc1a980e18e9564b
parent7cbfbd22132ceec56b79576f68bfca9e53deb286
Bug 1857730 - Relax nursery poisioning assertion r=sfink

The refactored assertions were actually slightly more strict that the original
ones and it turns out that we can pass start == end here.

Differential Revision: https://phabricator.services.mozilla.com/D190447
js/src/gc/Nursery.cpp