Bug 1854072 - Part 2: Fix the name of the GC parameter for the parallel marking thres...
commit2699e7408d8d382347747be0ebc4f06c47c1b9e1
authorJon Coppeard <jcoppeard@mozilla.com>
Wed, 27 Sep 2023 06:55:56 +0000 (27 06:55 +0000)
committerJon Coppeard <jcoppeard@mozilla.com>
Wed, 27 Sep 2023 06:55:56 +0000 (27 06:55 +0000)
tree73c44e7b475cdfd50951944a0c2c1067d7a4b918
parent2f7bdb1c910789322bb1c6ad58868ba7bc635613
Bug 1854072 - Part 2: Fix the name of the GC parameter for the parallel marking threshold r=sfink

This occurrence was missed from the previous patch and so the GC param is named
'KB' even though the value is interpreted as MB.

This affects the shell and testing functions only.

Differential Revision: https://phabricator.services.mozilla.com/D189239
js/src/gc/GC.h
js/src/jit-test/lib/prologue.js
js/src/jit-test/tests/gc/gcparam.js
js/src/tests/shell.js