gecko-dev/js
Jon Coppeard 928494dd0c Bug 1898473 - Don't access shared permanent atoms zone when marking symbols r=sfink
This is complaining that a worker runtime is accessing the shared permanent
atoms zone, which is owned by the main runtime. This is not a problem because we
only check the zone GC state here and the zone will never be collected while the
worker is running.

The patch adds a test to avoid the assertion failure.

Differential Revision: https://phabricator.services.mozilla.com/D211822
2024-05-29 09:27:28 +00:00
..
examples
loader Bug 1898677 - Cache the result of bytecode encoding condition. r=nbp 2024-05-27 06:31:16 +00:00
public Bug 1888429 - Part 4: Make the internal thread pool dispatch tasks to free threads in a fixed order r=jandem 2024-05-24 16:50:06 +00:00
src Bug 1898473 - Don't access shared permanent atoms zone when marking symbols r=sfink 2024-05-29 09:27:28 +00:00
xpconnect Backed out 3 changesets (bug 1884150) for causing multiple wpt failures. CLOSED TREE 2024-05-29 03:01:38 +03:00
app.mozbuild Bug 1880746 - Part 3: Remove duplicate DIRS from js/app.mozbuild. r=firefox-build-system-reviewers,glandium 2024-02-27 07:31:35 +00:00
ffi.configure Bug 1776255 - Add the appropriate 'when' to all 'option' that end up calling 'pkg_check_modules' later r=firefox-build-system-reviewers,glandium 2024-05-23 23:55:38 +00:00
moz.build
moz.configure Bug 1898499 - Rename building_with_gnu_cc into a more explicit name r=glandium 2024-05-24 10:26:49 +00:00
sub.configure