DescriptionFix safepoint entering when waiting for a debugger task.
When attempting to run worker debugger tasks, a timed wait is made on
the underlying task queue. While doing so, we are at a safepoint wrt
Blink GCs for the worker, and enter a safepoint scope.
The worker thread's stack will not be empty and clear of potential heap
references at that point; enter the safepoint with an appropriate
stack state.
R=
BUG=582710
Committed: https://crrev.com/137b56ddd5a272f4556ea2ff01bc7eba25866f5d
Cr-Commit-Position: refs/heads/master@{#372570}
Patch Set 1 #
Messages
Total messages: 12 (5 generated)
|