DescriptionFix tsan failure
We have a racy read of the object header in the stack frame walker
called from the profiler (in this case the gc marker is running at
the same time).
It is appropriate to avoid this even though we think the access is
safe as the objects are in old space and never forwarded and only
the mark bits are manipulated while marking
BUG=
R=johnmccutchan@google.com
Committed: https://github.com/dart-lang/sdk/commit/159a5ab3667b95a74d2be06d880bb75d74a895df
Patch Set 1 #
Total comments: 6
Patch Set 2 : Address code review comments. #
Messages
Total messages: 6 (2 generated)
|