DescriptionAdding field to tell if gin::IsolateHolder needs lock to be accessed.
V8 dump provider needs to access the isolate to get memory statistics.
When proxy_resolver causes the isolate to switch between threads, the
dump provider cannot access it from the correct thread. This CL adds a
field to IsolateHolder to tell the dump provider if it needs to use a
lock to access the isolate.
BUG=476013
Committed: https://crrev.com/cf20763e247e6efa09bd9f8ff22d460e93161806
Cr-Commit-Position: refs/heads/master@{#326794}
Patch Set 1 #
Total comments: 8
Patch Set 2 : Renames. #
Total comments: 2
Patch Set 3 : Rename. #
Total comments: 1
Patch Set 4 : Adding explicit. #
Messages
Total messages: 20 (7 generated)
|