Descriptiondisallow left-trim fast path when sampling heap profiler is active
Left trimming assumes that nobody other than the JSArray has a reference to the
backing store. Sampling heap profiler may profile the backing store and keep a
reference too it. This reference was never updated on a left-trim, causing a
crash.
R=alph@chromium.org, hpayer@chromium.org, mattloring@google.com
BUG=
Committed: https://crrev.com/2837cb387b4cd3ef42bfd4da6712137fd3837db6
Cr-Commit-Position: refs/heads/master@{#35449}
Patch Set 1 #
Total comments: 1
Patch Set 2 : explicitly trigger a scavenge in the test #
Messages
Total messages: 8 (3 generated)
|